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

#include <DumCommand.hxx>

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

List of all members.

Public Member Functions

virtual ~DumCommandAdapter ()
virtual Messageclone () const
virtual EncodeStreamencode (EncodeStream &strm) const

Detailed Description

Definition at line 16 of file DumCommand.hxx.


Constructor & Destructor Documentation

virtual resip::DumCommandAdapter::~DumCommandAdapter ( ) [inline, virtual]

Definition at line 19 of file DumCommand.hxx.

{}

Member Function Documentation

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);
   }

Here is the call graph for this function:


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