Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
62ce42be
Commit
62ce42be
authored
Aug 30, 2007
by
Alexandre Bourget
Browse files
Rename voIPLink.h|cpp to voiplink.h|cpp
parent
d5c3111b
Changes
9
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
62ce42be
...
...
@@ -30,7 +30,7 @@ endif
SUBDIRS
=
audio config gui
$(ZEROCONFDIR)
sflphoned_SOURCES
=
eventthread.cpp main.cpp vo
IPL
ink.cpp
\
sflphoned_SOURCES
=
eventthread.cpp main.cpp vo
ipl
ink.cpp
\
managerimpl.cpp observer.cpp
\
account.cpp sipaccount.cpp accountcreator.cpp
\
sipvoiplink.cpp call.cpp sipcall.cpp
\
...
...
@@ -55,7 +55,7 @@ libsflphone_la_SOURCES =
noinst_LTLIBRARIES
=
libsflphone.la
noinst_HEADERS
=
managerimpl.h manager.h global.h observer.h eventthread.h user_cfg.h
\
vo
IPL
ink.h
\
vo
ipl
ink.h
\
account.h sipaccount.h accountcreator.h
\
sipvoiplink.h call.h sipcall.h
\
$(IAXHEADERS)
...
...
src/account.cpp
View file @
62ce42be
...
...
@@ -17,7 +17,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include
"account.h"
#include
"vo
IPL
ink.h"
#include
"vo
ipl
ink.h"
#include
"manager.h"
Account
::
Account
(
const
AccountID
&
accountID
)
:
_accountID
(
accountID
)
...
...
src/account.h
View file @
62ce42be
...
...
@@ -113,7 +113,7 @@ class Account{
private:
/**
* Create a unique
v
oIPLink() depending on the protocol
* Create a unique
V
oIPLink() depending on the protocol
* Multiple call to this function do nothing (if the voiplink pointer is 0)
* @return false if an error occurs
*/
...
...
@@ -143,13 +143,13 @@ protected:
bool
_shouldRegisterOnStart
;
/**
* Tells if the link is enabled or not
* Tells if the link is enabled or not
.
* Modified by init/terminate
*/
bool
_enabled
;
/**
* Tells if the link is registered or not
* Tells if the link is registered or not
.
* Modified by unregister/register
*/
bool
_registered
;
...
...
src/eventthread.cpp
View file @
62ce42be
...
...
@@ -19,7 +19,7 @@
*/
#include
"eventthread.h"
#include
"vo
IPL
ink.h"
#include
"vo
ipl
ink.h"
EventThread
::
EventThread
(
VoIPLink
*
link
)
:
Thread
()
{
...
...
src/iaxvoiplink.h
View file @
62ce42be
...
...
@@ -19,7 +19,7 @@
#ifndef IAXVOIPLINK_H
#define IAXVOIPLINK_H
#include
"vo
IPL
ink.h"
#include
"vo
ipl
ink.h"
#include
<iax/iax-client.h>
#include
"global.h"
...
...
src/managerimpl.cpp
View file @
62ce42be
...
...
@@ -38,7 +38,7 @@
#include
"audio/tonelist.h"
#include
"accountcreator.h"
// create new account
#include
"vo
IPL
ink.h"
#include
"vo
ipl
ink.h"
#include
"user_cfg.h"
#include
"gui/guiframework.h"
...
...
src/sipvoiplink.h
View file @
62ce42be
...
...
@@ -20,7 +20,7 @@
#ifndef SIPVOIPLINK_H
#define SIPVOIPLINK_H
#include
"vo
IPL
ink.h"
#include
"vo
ipl
ink.h"
#include
<string>
#include
<eXosip2/eXosip.h>
#include
"audio/audiortp.h"
...
...
src/vo
IPL
ink.cpp
→
src/vo
ipl
ink.cpp
View file @
62ce42be
...
...
@@ -21,7 +21,7 @@
#include
<string>
#include
"user_cfg.h"
#include
"vo
IPL
ink.h"
#include
"vo
ipl
ink.h"
VoIPLink
::
VoIPLink
(
const
AccountID
&
accountID
)
:
_accountID
(
accountID
),
_localIPAddress
(
"127.0.0.1"
),
_localPort
(
0
)
{
...
...
src/vo
IPL
ink.h
→
src/vo
ipl
ink.h
View file @
62ce42be
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment