reSIProcate/DialogUsageManager  9694
Public Member Functions | Private Attributes
resip::AppDialogSet::AppDialogSetEndCommand Class Reference

#include <AppDialogSet.hxx>

Inheritance diagram for resip::AppDialogSet::AppDialogSetEndCommand:
Inheritance graph
[legend]
Collaboration diagram for resip::AppDialogSet::AppDialogSetEndCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AppDialogSetEndCommand (const AppDialogSetHandle &dialogSet)
virtual void executeCommand ()
virtual EncodeStreamencodeBrief (EncodeStream &strm) const

Private Attributes

AppDialogSetHandle mAppDialogSet

Detailed Description

Definition at line 43 of file AppDialogSet.hxx.


Constructor & Destructor Documentation

resip::AppDialogSet::AppDialogSetEndCommand::AppDialogSetEndCommand ( const AppDialogSetHandle dialogSet) [inline]

Definition at line 46 of file AppDialogSet.hxx.

            : mAppDialogSet(dialogSet)
         {
         }

Member Function Documentation

virtual EncodeStream& resip::AppDialogSet::AppDialogSetEndCommand::encodeBrief ( EncodeStream strm) const [inline, virtual]

Implements resip::Message.

Definition at line 59 of file AppDialogSet.hxx.

References EncodeStream.

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

Implements resip::DumCommand.

Definition at line 51 of file AppDialogSet.hxx.

References resip::Handle< T >::isValid(), and mAppDialogSet.

         {
            if(mAppDialogSet.isValid())
            {
               mAppDialogSet->end();
            }
         }

Here is the call graph for this function:


Member Data Documentation

Definition at line 64 of file AppDialogSet.hxx.

Referenced by executeCommand().


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