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

This Class Shows The Main Window When A Server Connection Is Made. More...

Inheritance diagram for HatchConnection:

Public Member Functions

virtual bool OnExecute (const wxString &topic, const void *data, size_t size, wxIPCFormat format) wxOVERRIDE
 For Server. More...
 
virtual bool DoExecute (const void *data, size_t size, wxIPCFormat format) wxOVERRIDE
 For Client. More...
 

Detailed Description

This Class Shows The Main Window When A Server Connection Is Made.

See also
HatchServer, HatchClient

Definition at line 29 of file ServerClient.cpp.

Member Function Documentation

◆ DoExecute()

bool HatchConnection::DoExecute ( const void *  data,
size_t  size,
wxIPCFormat  format 
)
virtual

For Client.

Definition at line 46 of file ServerClient.cpp.

◆ OnExecute()

bool HatchConnection::OnExecute ( const wxString &  topic,
const void *  data,
size_t  size,
wxIPCFormat  format 
)
virtual

For Server.

Definition at line 38 of file ServerClient.cpp.


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