removed orphan code

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent cc8d1cff04
commit 7435ec7cf7

@ -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;

@ -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;

Loading…
Cancel
Save