reSIProcate/DialogUsageManager  9694
Classes | Defines | Functions
unreg.cxx File Reference
#include "rutil/Logger.hxx"
#include "resip/dum/ClientRegistration.hxx"
#include "CommandLineParser.hxx"
#include "UserAgent.hxx"
Include dependency graph for unreg.cxx:

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 Documentation

#define RESIPROCATE_SUBSYSTEM   Subsystem::TEST

Definition at line 9 of file unreg.cxx.


Function Documentation

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);
   }
}

Here is the call graph for this function: