HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
HatchServer Class Reference

A localhost Server Used For Single Instance. More...

Inheritance diagram for HatchServer:

Public Member Functions

 HatchServer ()
 Constructor. More...
 
void Disconnect ()
 Disconnect Connection. More...
 
bool IsConnected ()
 
HatchConnectionGetConnection ()
 
virtual wxConnectionBase * OnAcceptConnection (const wxString &topic)
 Checks To Make Sure This Is A Valid Connection. More...
 

Protected Attributes

HatchConnectionh_connection
 

Detailed Description

A localhost Server Used For Single Instance.

See also
HatchConnection, HatchClient

Definition at line 63 of file ServerClient.cpp.

Constructor & Destructor Documentation

◆ HatchServer()

HatchServer::HatchServer ( )

Constructor.

Definition at line 79 of file ServerClient.cpp.

Member Function Documentation

◆ Disconnect()

void HatchServer::Disconnect ( )

Disconnect Connection.

Definition at line 82 of file ServerClient.cpp.

◆ GetConnection()

HatchConnection* HatchServer::GetConnection ( )
inline

Definition at line 70 of file ServerClient.cpp.

◆ IsConnected()

bool HatchServer::IsConnected ( )
inline

Definition at line 69 of file ServerClient.cpp.

◆ OnAcceptConnection()

wxConnectionBase * HatchServer::OnAcceptConnection ( const wxString &  topic)
virtual

Checks To Make Sure This Is A Valid Connection.

Definition at line 89 of file ServerClient.cpp.

Member Data Documentation

◆ h_connection

HatchConnection* HatchServer::h_connection
protected

Definition at line 75 of file ServerClient.cpp.


The documentation for this class was generated from the following file: