|
VoiceMan
|
The central class of server point. More...
Public Member Functions | |
| void | run () |
| The main method to execute server. | |
| VoicemanServer (const Configuration &c) | |
| The default constructor. | |
| virtual | ~VoicemanServer () |
| The destructor. | |
This class receives execution just after basic initialization of application is done. It controls communication between all basic parts of server such as executor, client data handling, signal processing, etc.
| VoicemanServer::VoicemanServer | ( | const Configuration & | c | ) | [inline] |
| [in] | c | The configuration of server to be used |
| void VoicemanServer::run | ( | ) | [inline] |
This method receives control just after configuration loading, prepares of basic parts of server and performs execution of main loop.
1.7.5.1