reSIProcate/DialogUsageManager  9694
Public Member Functions
MyApp Class Reference
Inheritance diagram for MyApp:
Inheritance graph
[legend]
Collaboration diagram for MyApp:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MyApp (resip::SharedPtr< resip::MasterProfile > profile)
void overrideContact (const resip::Uri &contact)
virtual void onRegEvent (const resip::Data &aor, const resip::Data &reg)
virtual void onRegEventError (const resip::Data &aor, const resip::Data &reg)

Detailed Description

Definition at line 93 of file treg.cxx.


Constructor & Destructor Documentation

MyApp::MyApp ( resip::SharedPtr< resip::MasterProfile profile) [inline]

Member Function Documentation

virtual void MyApp::onRegEvent ( const resip::Data aor,
const resip::Data reg 
) [inline, virtual]

Implements RegEventClient.

Definition at line 111 of file treg.cxx.

References WarningLog.

      {
         WarningLog (<< "Got result from " << aor << " --> " << reg);
      }
virtual void MyApp::onRegEventError ( const resip::Data aor,
const resip::Data reg 
) [inline, virtual]

Implements RegEventClient.

Definition at line 116 of file treg.cxx.

References WarningLog.

      {
         WarningLog (<< "Got error for " << aor);
      }
void MyApp::overrideContact ( const resip::Uri contact) [inline]

Definition at line 104 of file treg.cxx.

Referenced by main().

      {
         // This is only necessary if the user agent is running behind a NAT. 
         SharedPtr<DumFeature> f2(new OverrideContact(contact, mDum, mDum.dumOutgoingTarget()));
         mDum.addOutgoingFeature(f2);
      }

The documentation for this class was generated from the following file: