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


Public Member Functions | |
| SendCommand (SharedPtr< SipMessage > request, DialogUsageManager &dum) | |
| virtual | ~SendCommand () |
| virtual void | executeCommand () |
| virtual EncodeStream & | encodeBrief (EncodeStream &strm) const |
Protected Attributes | |
| SharedPtr< SipMessage > | mRequest |
| DialogUsageManager & | mDum |
Definition at line 258 of file DialogUsageManager.hxx.
| resip::DialogUsageManager::SendCommand::SendCommand | ( | SharedPtr< SipMessage > | request, |
| DialogUsageManager & | dum | ||
| ) | [inline] |
Definition at line 261 of file DialogUsageManager.hxx.
| virtual resip::DialogUsageManager::SendCommand::~SendCommand | ( | ) | [inline, virtual] |
Definition at line 267 of file DialogUsageManager.hxx.
{}
| virtual EncodeStream& resip::DialogUsageManager::SendCommand::encodeBrief | ( | EncodeStream & | strm | ) | const [inline, virtual] |
Implements resip::Message.
Definition at line 274 of file DialogUsageManager.hxx.
References EncodeStream.
{
return strm << "DialogUsageManager::SendCommand" << std::endl;
}
| virtual void resip::DialogUsageManager::SendCommand::executeCommand | ( | ) | [inline, virtual] |
Implements resip::DumCommand.
Definition at line 269 of file DialogUsageManager.hxx.
References mDum, mRequest, and resip::DialogUsageManager::send().

Definition at line 281 of file DialogUsageManager.hxx.
Referenced by executeCommand().
Definition at line 280 of file DialogUsageManager.hxx.
Referenced by executeCommand().
1.7.5.1