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


Public Member Functions | |
| Target (DialogUsageManager &dum) | |
| virtual | ~Target ()=0 |
| virtual void | post (std::auto_ptr< Message >)=0 |
Protected Attributes | |
| DialogUsageManager & | mDum |
Definition at line 15 of file TargetCommand.hxx.
| resip::TargetCommand::Target::Target | ( | DialogUsageManager & | dum | ) | [inline] |
Definition at line 18 of file TargetCommand.hxx.
: mDum(dum) { }
| TargetCommand::Target::~Target | ( | ) | [pure virtual] |
Definition at line 44 of file TargetCommand.cxx.
{
}
| virtual void resip::TargetCommand::Target::post | ( | std::auto_ptr< Message > | ) | [pure virtual] |
Implemented in resip::DialogUsageManager::OutgoingTarget, and resip::DialogUsageManager::IncomingTarget.
Referenced by resip::TargetCommand::executeCommand().
DialogUsageManager& resip::TargetCommand::Target::mDum [protected] |
Definition at line 25 of file TargetCommand.hxx.
Referenced by resip::DialogUsageManager::IncomingTarget::post(), and resip::DialogUsageManager::OutgoingTarget::post().
1.7.5.1