Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
2a45135f
Commit
2a45135f
authored
Aug 18, 2011
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
* #6655 removed more unused code
parent
cbfe922b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
daemon/src/managerimpl.cpp
+0
-17
0 additions, 17 deletions
daemon/src/managerimpl.cpp
daemon/src/managerimpl.h
+0
-4
0 additions, 4 deletions
daemon/src/managerimpl.h
with
0 additions
and
21 deletions
daemon/src/managerimpl.cpp
+
0
−
17
View file @
2a45135f
...
...
@@ -63,13 +63,6 @@
#include
<sys/types.h>
// mkdir(2)
#include
<sys/stat.h>
// mkdir(2)
#define fill_config_str(name, value) \
(_config.addConfigTreeItem(section, Conf::ConfigTreeItem(std::string(name), std::string(value), type_str)))
#define fill_config_int(name, value) \
(_config.addConfigTreeItem(section, Conf::ConfigTreeItem(std::string(name), std::string(value), type_int)))
#define MD5_APPEND(pms,buf,len) pj_md5_update(pms, (const pj_uint8_t*)buf, len)
ManagerImpl
::
ManagerImpl
(
void
)
:
_hasTriedToRegister
(
false
),
_config
(),
_currentCallId2
(),
_currentCallMutex
(),
_audiodriver
(
0
),
...
...
@@ -84,16 +77,6 @@ ManagerImpl::ManagerImpl (void) :
{
// initialize random generator for call id
srand
(
time
(
NULL
));
#ifdef TEST
testAccountMap
();
loadAccountMap
();
testCallAccountMap
();
unloadAccountMap
();
#endif
// should be call before initConfigFile
// loadAccountMap();, called in init() now.
}
// never call if we use only the singleton...
...
...
This diff is collapsed.
Click to expand it.
daemon/src/managerimpl.h
+
0
−
4
View file @
2a45135f
...
...
@@ -1371,10 +1371,6 @@ class ManagerImpl
Conf
::
YamlParser
*
parser
;
Conf
::
YamlEmitter
*
emitter
;
#ifdef TEST
bool
testCallAccountMap
();
bool
testAccountMap
();
#endif
friend
class
SIPTest
;
friend
class
ConfigurationTest
;
friend
class
HistoryTest
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment