reSIProcate/DialogUsageManager  9694
Public Member Functions | Private Attributes
resip::DialogUsage::DialogUsageSendCommand Class Reference

#include <DialogUsage.hxx>

Inheritance diagram for resip::DialogUsage::DialogUsageSendCommand:
Inheritance graph
[legend]
Collaboration diagram for resip::DialogUsage::DialogUsageSendCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DialogUsageSendCommand (DialogUsage &usage, SharedPtr< SipMessage > msg)
virtual void executeCommand ()
virtual EncodeStreamencodeBrief (EncodeStream &strm) const

Private Attributes

DialogUsagemDialogUsage
SharedPtr< SipMessagemMessage

Detailed Description

Definition at line 47 of file DialogUsage.hxx.


Constructor & Destructor Documentation

resip::DialogUsage::DialogUsageSendCommand::DialogUsageSendCommand ( DialogUsage usage,
SharedPtr< SipMessage msg 
) [inline]

Definition at line 50 of file DialogUsage.hxx.

            : mDialogUsage(usage),
              mMessage(msg)
         {
         }

Member Function Documentation

virtual EncodeStream& resip::DialogUsage::DialogUsageSendCommand::encodeBrief ( EncodeStream strm) const [inline, virtual]

Implements resip::Message.

Definition at line 61 of file DialogUsage.hxx.

References EncodeStream.

         {
            return strm << "DialogUsageSendCommand";
         }
virtual void resip::DialogUsage::DialogUsageSendCommand::executeCommand ( ) [inline, virtual]

Implements resip::DumCommand.

Definition at line 56 of file DialogUsage.hxx.

References mDialogUsage, mMessage, and resip::DialogUsage::send().

         {
            mDialogUsage.send(mMessage);
         }

Here is the call graph for this function:


Member Data Documentation

Definition at line 66 of file DialogUsage.hxx.

Referenced by executeCommand().

Definition at line 67 of file DialogUsage.hxx.

Referenced by executeCommand().


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