#include <main.h>
Collaboration diagram for ServerProcess:
Public Member Functions | |
| ServerProcess () | |
| ~ServerProcess () | |
| void | Main () |
| BOOL | ReportReadMessages () |
| BOOL | ReportSentMessages () |
| Manager & | GetManager () |
Static Public Member Functions | |
| static ServerProcess & | Current () |
Protected Attributes | |
| Manager | localManager |
| BOOL | reportReadMessages |
| BOOL | reportSentMessages |
|
|
Constructor |
|
|
Destructor |
|
|
Report a pointer to this instance, which is globally available to every part of this program |
|
|
Get a reference back to this manager |
|
|
The core of this processing thread which handles the command line |
|
|
Report if we should write messages read in to the console |
|
|
Report if we should messages that we send to the console |
|
|
The manager, who does everything |
|
|
Flag to control if we should write messages read in to the console |
|
|
Flag to control if we should write messages sent to the console. This differs to reportReadMessages, cause if there is no matching destination, nothing will be sent (or printed). This flag allows you to know if the incoming message was sent out. |
1.4.4