|
HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
A localhost Client Used For Single Instance. More...
Public Member Functions | |
| HatchClient () | |
| Constructor. More... | |
| bool | Connect (const wxString &sHost, const wxString &sService, const wxString &sTopic) |
| Atempts To Connect To Server Of Previous Instance. More... | |
| void | Disconnect () |
| Disconnect From Server. More... | |
| wxConnectionBase * | OnMakeConnection () wxOVERRIDE |
| Returns The Connection If Server Connected. More... | |
| bool | IsConnected () |
| HatchConnection * | GetConnection () |
Protected Attributes | |
| HatchConnection * | h_connection |
A localhost Client Used For Single Instance.
Definition at line 111 of file ServerClient.cpp.
| HatchClient::HatchClient | ( | ) |
Constructor.
Definition at line 126 of file ServerClient.cpp.
| bool HatchClient::Connect | ( | const wxString & | sHost, |
| const wxString & | sService, | ||
| const wxString & | sTopic | ||
| ) |
Atempts To Connect To Server Of Previous Instance.
Definition at line 129 of file ServerClient.cpp.
| void HatchClient::Disconnect | ( | ) |
Disconnect From Server.
Definition at line 145 of file ServerClient.cpp.
|
inline |
Definition at line 119 of file ServerClient.cpp.
|
inline |
Definition at line 118 of file ServerClient.cpp.
| wxConnectionBase * HatchClient::OnMakeConnection | ( | ) |
Returns The Connection If Server Connected.
Definition at line 139 of file ServerClient.cpp.
|
protected |
Definition at line 122 of file ServerClient.cpp.