|
MASA-Core
|
Definition at line 28 of file CmdCreateRing.hpp.
#include <CmdCreateRing.hpp>
Public Member Functions | |
| CmdCreateRing () | |
| virtual | ~CmdCreateRing () |
| virtual int | getId () |
| virtual void | send (Peer *socket) |
| virtual void | receive (Peer *socket) |
Static Public Member Functions | |
| static Command * | creator () |
Definition at line 24 of file CmdCreateRing.cpp.
| CmdCreateRing::~CmdCreateRing | ( | ) | [virtual] |
Definition at line 28 of file CmdCreateRing.cpp.
| Command * CmdCreateRing::creator | ( | ) | [static] |
Definition at line 31 of file CmdCreateRing.cpp.
| int CmdCreateRing::getId | ( | ) | [virtual] |
Implements Command.
Definition at line 35 of file CmdCreateRing.cpp.
| void CmdCreateRing::receive | ( | Peer * | socket | ) | [virtual] |
Implements Command.
Definition at line 42 of file CmdCreateRing.cpp.
| void CmdCreateRing::send | ( | Peer * | socket | ) | [virtual] |
Implements Command.
Definition at line 39 of file CmdCreateRing.cpp.
1.7.6.1