|
reSIProcate/DialogUsageManager
9694
|
#include <PublicationCreator.hxx>


Public Member Functions | |
| PublicationCreator (DialogUsageManager &dum, const NameAddr &targetDocument, SharedPtr< UserProfile > userProfile, const Contents &body, const Data &eventType, UInt32 expireSeconds) | |
Definition at line 11 of file PublicationCreator.hxx.
| 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; }

1.7.5.1