reSIProcate/DialogUsageManager  9694
Classes | Defines | Functions
testRedirectManager.cxx File Reference
#include "resip/dum/RedirectManager.hxx"
#include "rutil/Data.hxx"
#include "rutil/Logger.hxx"
Include dependency graph for testRedirectManager.cxx:

Go to the source code of this file.

Classes

class  testRedirectManager

Defines

#define RESIPROCATE_SUBSYSTEM   Subsystem::TEST

Functions

int main (int argc, char **argv)

Define Documentation

#define RESIPROCATE_SUBSYSTEM   Subsystem::TEST

Definition at line 7 of file testRedirectManager.cxx.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 76 of file testRedirectManager.cxx.

References testRedirectManager::testContactOrdering().

{
   testRedirectManager redirectManager;

   redirectManager.testContactOrdering();
}

Here is the call graph for this function: