reSIProcate/DialogUsageManager  9694
Public Member Functions
resip::PagerMessageCreator Class Reference

#include <PagerMessageCreator.hxx>

Inheritance diagram for resip::PagerMessageCreator:
Inheritance graph
[legend]
Collaboration diagram for resip::PagerMessageCreator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PagerMessageCreator (DialogUsageManager &dum, const NameAddr &target, SharedPtr< UserProfile > userProfile)

Detailed Description

Definition at line 12 of file PagerMessageCreator.hxx.


Constructor & Destructor Documentation

PagerMessageCreator::PagerMessageCreator ( DialogUsageManager dum,
const NameAddr target,
SharedPtr< UserProfile userProfile 
)

Definition at line 5 of file PagerMessageCreator.cxx.

References resip::BaseCreator::makeInitialRequest(), and resip::BaseCreator::mLastRequest.

   : BaseCreator(dum, userProfile)
{
   makeInitialRequest(target, MESSAGE);
   //rfc3428 section 9 - remove the header that may have been added by the BaseCreator and are not allowed
   mLastRequest->remove(h_Supporteds);
   mLastRequest->remove(h_AcceptEncodings);
   mLastRequest->remove(h_AcceptLanguages);
   mLastRequest->remove(h_Contacts);
}

Here is the call graph for this function:


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