|
reSIProcate/DialogUsageManager
9694
|
#include "rutil/Logger.hxx"#include "resip/dum/ClientRegistration.hxx"#include "CommandLineParser.hxx"#include "UserAgent.hxx"
Go to the source code of this file.
Classes | |
| class | TestUserAgent |
Defines | |
| #define | RESIPROCATE_SUBSYSTEM Subsystem::TEST |
Functions | |
| int | main (int argc, char **argv) |
| #define RESIPROCATE_SUBSYSTEM Subsystem::TEST |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 35 of file unreg.cxx.
References resip::UserAgent::process(), and TestUserAgent::startup().
{
TestUserAgent tua(argc, argv);
tua.startup();
for (int i=0; i<100000; ++i)
{
tua.process();
usleep(10);
}
}

1.7.5.1