Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
427e6a2c
Commit
427e6a2c
authored
Oct 11, 2011
by
Tristan Matthews
Browse files
* #7132: InstantMessaging -> instant_messaging
parent
e62a4dc9
Changes
8
Hide whitespace changes
Inline
Side-by-side
daemon/src/iax/iaxvoiplink.cpp
View file @
427e6a2c
...
...
@@ -31,7 +31,7 @@
#include
"iaxvoiplink.h"
#include
"iaxcall.h"
#include
"eventthread.h"
#include
"im/
I
nstant
M
essaging.h"
#include
"im/
i
nstant
_m
essaging.h"
#include
"iaxaccount.h"
#include
"manager.h"
#include
"hooks/urlhook.h"
...
...
daemon/src/iax/iaxvoiplink.h
View file @
427e6a2c
...
...
@@ -248,7 +248,7 @@ class IAXVoIPLink : public VoIPLink {
EventThread
*
evThread_
;
/** registration session : 0 if not register */
struct
iax_session
*
regSession_
;
iax_session
*
regSession_
;
/** Timestamp of when we should refresh the registration up with
* the registrar. Values can be: EPOCH timestamp, 0 if we want no registration, 1
...
...
daemon/src/im/Makefile.am
View file @
427e6a2c
SUBDIRS
=
include
$(top_srcdir)/globals.mak
noinst_LTLIBRARIES
=
libim.la
libim_la_SOURCES
=
\
InstantMessaging.cpp InstantMessaging.h
libim_la_SOURCES
=
instant_messaging.cpp instant_messaging.h
daemon/src/im/
I
nstant
M
essaging.cpp
→
daemon/src/im/
i
nstant
_m
essaging.cpp
View file @
427e6a2c
...
...
@@ -29,7 +29,7 @@
* as that of the covered work.
*/
#include
"
I
nstant
M
essaging.h"
#include
"
i
nstant
_m
essaging.h"
#include
"logger.h"
#include
"expat.h"
...
...
daemon/src/im/
I
nstant
M
essaging.h
→
daemon/src/im/
i
nstant
_m
essaging.h
View file @
427e6a2c
...
...
@@ -29,8 +29,8 @@
* as that of the covered work.
*/
#ifndef _INSTANT_MESSAGING_H
#define _INSTANT_MESSAGING_H
#ifndef
_
_INSTANT_MESSAGING_H
__
#define
_
_INSTANT_MESSAGING_H
__
#include
<string>
#include
<iostream>
...
...
@@ -168,4 +168,4 @@ class InstantMessaging {
InstantMessaging
&
operator
=
(
const
InstantMessaging
&
);
//No Assignment Operator
};
}
#endif // _INSTANT_MESSAGING_H
#endif //
_
_INSTANT_MESSAGING_H
_
daemon/src/managerimpl.cpp
View file @
427e6a2c
...
...
@@ -40,7 +40,7 @@
#include
"dbus/callmanager.h"
#include
"global.h"
#include
"sip/sipaccount.h"
#include
"im/
I
nstant
M
essaging.h"
#include
"im/
i
nstant
_m
essaging.h"
#include
"iax/iaxaccount.h"
#include
"numbercleaner.h"
...
...
daemon/src/sip/sipvoiplink.cpp
View file @
427e6a2c
...
...
@@ -50,7 +50,7 @@
#include
"dbus/callmanager.h"
#include
"hooks/urlhook.h"
#include
"im/
I
nstant
M
essaging.h"
#include
"im/
i
nstant
_m
essaging.h"
#include
"audio/audiolayer.h"
...
...
daemon/test/instantmessagingtest.h
View file @
427e6a2c
...
...
@@ -37,7 +37,7 @@
#include
<assert.h>
// Application import
#include
"im/
I
nstant
M
essaging.h"
#include
"im/
i
nstant
_m
essaging.h"
/*
* @file instantmessagingtest.h
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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