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


Classes | |
| class | Target |
Public Member Functions | |
| TargetCommand (Target &target, std::auto_ptr< Message > message) | |
| TargetCommand (const TargetCommand &) | |
| void | executeCommand () |
| Message * | clone () const |
| EncodeStream & | encode (EncodeStream &strm) const |
| EncodeStream & | encodeBrief (EncodeStream &strm) const |
Private Attributes | |
| Target & | mTarget |
| std::auto_ptr< Message > | mMessage |
Definition at line 12 of file TargetCommand.hxx.
Referenced by clone().
| TargetCommand::TargetCommand | ( | const TargetCommand & | from | ) |
| Message * TargetCommand::clone | ( | ) | const [virtual] |
Implements resip::Message.
Definition at line 27 of file TargetCommand.cxx.
References TargetCommand().
{
return new TargetCommand(*this);
}

| EncodeStream & TargetCommand::encode | ( | EncodeStream & | strm | ) | const [virtual] |
| EncodeStream & TargetCommand::encodeBrief | ( | EncodeStream & | strm | ) | const [virtual] |
| void TargetCommand::executeCommand | ( | ) | [virtual] |
Implements resip::DumCommand.
Definition at line 22 of file TargetCommand.cxx.
References mMessage, mTarget, and resip::TargetCommand::Target::post().

std::auto_ptr<Message> resip::TargetCommand::mMessage [mutable, private] |
Definition at line 39 of file TargetCommand.hxx.
Referenced by executeCommand().
Target& resip::TargetCommand::mTarget [private] |
Definition at line 38 of file TargetCommand.hxx.
Referenced by executeCommand().
1.7.5.1