On Thu, 2008-05-22 at 17:48 -0400, Arjun Nair wrote: > Apart from the tapi libs, as far as I can tell, the only other place in > sipX that this class comes into play is through being an attribute of > SipLineMgr (SipUserAgent->SipLineMgr->SipRefreshMgr). However, this > attribute is set to NULL in the SipLineMgr constructor, and I could not > find anywhere in the code where it was initialized.
SipRefreshMgr is used in sipXtackLib/siptest/src/siptest/sipdrive.cpp, which is a testing program. SipLineMgr::mpSipRefreshMgr is set by SipLineMgr::initializeRefreshMgr. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
