|
reSIProcate/DialogUsageManager
9694
|


Public Member Functions | |
| TestUserAgent (int argc, char **argv) | |
| void | startup () |
| void | onSuccess (ClientRegistrationHandle h, const SipMessage &response) |
| Called when registraion succeeds or each time it is sucessfully refreshed. | |
| TestUserAgent::TestUserAgent | ( | int | argc, |
| char ** | argv | ||
| ) | [inline] |
| void TestUserAgent::onSuccess | ( | ClientRegistrationHandle | , |
| const SipMessage & | response | ||
| ) | [inline, virtual] |
Called when registraion succeeds or each time it is sucessfully refreshed.
Reimplemented from resip::UserAgent.
Definition at line 27 of file unreg.cxx.
References InfoLog.
{
InfoLog (<< "Removing binding for " << *h);
h->removeAll(true);
}
| void TestUserAgent::startup | ( | ) | [inline, virtual] |
1.7.5.1