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

#include <PublicationCreator.hxx>

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

List of all members.

Public Member Functions

 PublicationCreator (DialogUsageManager &dum, const NameAddr &targetDocument, SharedPtr< UserProfile > userProfile, const Contents &body, const Data &eventType, UInt32 expireSeconds)

Detailed Description

Definition at line 11 of file PublicationCreator.hxx.


Constructor & Destructor Documentation

PublicationCreator::PublicationCreator ( DialogUsageManager dum,
const NameAddr targetDocument,
SharedPtr< UserProfile userProfile,
const Contents body,
const Data eventType,
UInt32  expireSeconds 
)

Definition at line 6 of file PublicationCreator.cxx.

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

   : BaseCreator(dum, userProfile)
{
   makeInitialRequest(target, PUBLISH);

   mLastRequest->header(h_Event).value() = eventType;
   mLastRequest->setContents(&body);
   mLastRequest->header(h_Expires).value() = expireSeconds;
}

Here is the call graph for this function:


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