HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
A localhost Server Used For Single Instance. More...
Public Member Functions | |
HatchServer () | |
Constructor. More... | |
void | Disconnect () |
Disconnect Connection. More... | |
bool | IsConnected () |
HatchConnection * | GetConnection () |
virtual wxConnectionBase * | OnAcceptConnection (const wxString &topic) |
Checks To Make Sure This Is A Valid Connection. More... | |
Protected Attributes | |
HatchConnection * | h_connection |
A localhost Server Used For Single Instance.
Definition at line 63 of file ServerClient.cpp.
HatchServer::HatchServer | ( | ) |
Constructor.
Definition at line 79 of file ServerClient.cpp.
void HatchServer::Disconnect | ( | ) |
Disconnect Connection.
Definition at line 82 of file ServerClient.cpp.
|
inline |
Definition at line 70 of file ServerClient.cpp.
|
inline |
Definition at line 69 of file ServerClient.cpp.
|
virtual |
Checks To Make Sure This Is A Valid Connection.
Definition at line 89 of file ServerClient.cpp.
|
protected |
Definition at line 75 of file ServerClient.cpp.