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


Public Member Functions | |
| virtual | ~DumCommandAdapter () |
| virtual Message * | clone () const |
| virtual EncodeStream & | encode (EncodeStream &strm) const |
Definition at line 16 of file DumCommand.hxx.
| virtual resip::DumCommandAdapter::~DumCommandAdapter | ( | ) | [inline, virtual] |
Definition at line 19 of file DumCommand.hxx.
{}
| virtual Message* resip::DumCommandAdapter::clone | ( | ) | const [inline, virtual] |
Implements resip::Message.
Definition at line 21 of file DumCommand.hxx.
{
assert(false);
return NULL;
}
| virtual EncodeStream& resip::DumCommandAdapter::encode | ( | EncodeStream & | strm | ) | const [inline, virtual] |
Implements resip::Message.
Definition at line 27 of file DumCommand.hxx.
References resip::Message::encodeBrief(), and EncodeStream.
{
return encodeBrief(strm);
}

1.7.5.1