#include <MyMinderSocket.h>
Public Member Functions | |
| MyMinderSocket (ISocketHandler &, const std::string &app) | |
| ~MyMinderSocket () | |
| MinionSocket * | CreateMinionSocket (const std::string &s, ipaddr_t a, port_t p) |
| int | GetMaxConnections () |
| void | OnSwitchDatabase (const std::string &) |
Definition at line 29 of file MyMinderSocket.h.
| MyMinderSocket::MyMinderSocket | ( | ISocketHandler & | h, | |
| const std::string & | app | |||
| ) |
File ......... MyMinderSocket.cpp Published .... 2004-04-20
Definition at line 29 of file MyMinderSocket.cpp.
| MyMinderSocket::~MyMinderSocket | ( | ) |
Definition at line 35 of file MyMinderSocket.cpp.
| MinionSocket* MyMinderSocket::CreateMinionSocket | ( | const std::string & | s, | |
| ipaddr_t | a, | |||
| port_t | p | |||
| ) | [inline] |
Definition at line 35 of file MyMinderSocket.h.
| int MyMinderSocket::GetMaxConnections | ( | ) | [inline] |
Definition at line 38 of file MyMinderSocket.h.
| void MyMinderSocket::OnSwitchDatabase | ( | const std::string & | ) | [inline] |
Definition at line 39 of file MyMinderSocket.h.
1.5.2