|
MASA-Core
|
Definition at line 27 of file CmdNotifyScore.hpp.
#include <CmdNotifyScore.hpp>
Public Member Functions | |
| CmdNotifyScore () | |
| virtual | ~CmdNotifyScore () |
| virtual int | getId () |
| virtual void | send (Peer *socket) |
| virtual void | receive (Peer *socket) |
Static Public Member Functions | |
| static Command * | creator () |
Private Attributes | |
| int | i |
| int | j |
| int | score |
Definition at line 24 of file CmdNotifyScore.cpp.
| CmdNotifyScore::~CmdNotifyScore | ( | ) | [virtual] |
Definition at line 28 of file CmdNotifyScore.cpp.
| Command * CmdNotifyScore::creator | ( | ) | [static] |
Definition at line 31 of file CmdNotifyScore.cpp.
| int CmdNotifyScore::getId | ( | ) | [virtual] |
Implements Command.
Definition at line 35 of file CmdNotifyScore.cpp.
| void CmdNotifyScore::receive | ( | Peer * | socket | ) | [virtual] |
Implements Command.
Definition at line 45 of file CmdNotifyScore.cpp.
| void CmdNotifyScore::send | ( | Peer * | socket | ) | [virtual] |
Implements Command.
Definition at line 39 of file CmdNotifyScore.cpp.
int CmdNotifyScore::i [private] |
Definition at line 40 of file CmdNotifyScore.hpp.
int CmdNotifyScore::j [private] |
Definition at line 41 of file CmdNotifyScore.hpp.
int CmdNotifyScore::score [private] |
Definition at line 42 of file CmdNotifyScore.hpp.
1.7.6.1