Module: sems Branch: master Commit: 7435ec7cf747d5fe3c7ce62a4a28edacd104c184 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7435ec7cf747d5fe3c7ce62a4a28edacd104c184
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Dec 28 00:28:34 2010 +0100 removed orphan code --- apps/sbc/SBC.cpp | 3 --- apps/sbc/SBC.h | 3 --- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/apps/sbc/SBC.cpp b/apps/sbc/SBC.cpp index 25175ba..c993e52 100644 --- a/apps/sbc/SBC.cpp +++ b/apps/sbc/SBC.cpp @@ -52,9 +52,6 @@ SBC - feature-wishlist using std::map; -string SBCFactory::user; -string SBCFactory::domain; -string SBCFactory::pwd; AmConfigReader SBCFactory::cfg; AmSessionEventHandlerFactory* SBCFactory::session_timer_fact = NULL; diff --git a/apps/sbc/SBC.h b/apps/sbc/SBC.h index 33fe52d..d0bada1 100644 --- a/apps/sbc/SBC.h +++ b/apps/sbc/SBC.h @@ -66,9 +66,6 @@ class SBCFactory: public AmSessionFactory, int onLoad(); AmSession* onInvite(const AmSipRequest& req); - static string user; - static string domain; - static string pwd; static AmConfigReader cfg; static AmSessionEventHandlerFactory* session_timer_fact; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
