HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
ServerClient.cpp File Reference

Holds Classes Related Single Instance Features. More...

#include <wx/snglinst.h>
#include <wx/ipc.h>

Go to the source code of this file.

Classes

class  HatchConnection
 This Class Shows The Main Window When A Server Connection Is Made. More...
 
class  HatchServer
 A localhost Server Used For Single Instance. More...
 
class  HatchClient
 A localhost Client Used For Single Instance. More...
 

Macros

#define IPC_SERVICE   "4655"
 
#define IPC_HOST   "localhost"
 
#define IPC_TOPIC   "HATCHKEEPER_80"
 

Functions

void ShowFrame ()
 Shows Splash Screen Then Shows And Raises Main Frame. More...
 

Variables

HatchServerh_server
 
HatchClienth_client
 
wxSingleInstanceChecker * h_checker
 

Detailed Description

Holds Classes Related Single Instance Features.

Authors
mill-j
Date
05/31/2018

Definition in file ServerClient.cpp.

Macro Definition Documentation

◆ IPC_HOST

#define IPC_HOST   "localhost"

Definition at line 17 of file ServerClient.cpp.

◆ IPC_SERVICE

#define IPC_SERVICE   "4655"

Definition at line 14 of file ServerClient.cpp.

◆ IPC_TOPIC

#define IPC_TOPIC   "HATCHKEEPER_80"

Definition at line 20 of file ServerClient.cpp.

Function Documentation

◆ ShowFrame()

void ShowFrame ( )

Shows Splash Screen Then Shows And Raises Main Frame.

Definition at line 2579 of file HatchKeeper.cpp.

Variable Documentation

◆ h_checker

wxSingleInstanceChecker* h_checker

Definition at line 156 of file ServerClient.cpp.

◆ h_client

HatchClient* h_client

Definition at line 155 of file ServerClient.cpp.

◆ h_server

HatchServer* h_server

Definition at line 154 of file ServerClient.cpp.