#include <MyMinionSocket.h>
Public Member Functions | |
| MyMinionSocket (ISocketHandler &) | |
| MyMinionSocket (ISocketHandler &, const std::string &, ipaddr_t, port_t) | |
| ~MyMinionSocket () | |
| ICrypt * | AllocateCrypt () |
| int | GetMaxConnections () |
| unsigned char * | GetKey_m2minion () |
| void | Notify (const std::string &str) |
| void | OnConnect () |
| bool | OnVerifiedLine (const std::string &cmd, Parse &pa) |
Definition at line 30 of file MyMinionSocket.h.
| MyMinionSocket::MyMinionSocket | ( | ISocketHandler & | ) |
Definition at line 29 of file MyMinionSocket.cpp.
| MyMinionSocket::MyMinionSocket | ( | ISocketHandler & | , | |
| const std::string & | , | |||
| ipaddr_t | , | |||
| port_t | ||||
| ) |
Definition at line 35 of file MyMinionSocket.cpp.
| MyMinionSocket::~MyMinionSocket | ( | ) |
Definition at line 41 of file MyMinionSocket.cpp.
| ICrypt* MyMinionSocket::AllocateCrypt | ( | ) | [inline] |
Definition at line 37 of file MyMinionSocket.h.
| int MyMinionSocket::GetMaxConnections | ( | ) | [inline] |
Definition at line 38 of file MyMinionSocket.h.
| unsigned char* MyMinionSocket::GetKey_m2minion | ( | ) | [inline] |
| void MyMinionSocket::Notify | ( | const std::string & | str | ) | [inline] |
Definition at line 41 of file MyMinionSocket.h.
| void MyMinionSocket::OnConnect | ( | ) |
| bool MyMinionSocket::OnVerifiedLine | ( | const std::string & | cmd, | |
| Parse & | pa | |||
| ) |
1.5.2