Go to the documentation of this file. 2 #ifndef INC_SERVERDIM_H 3 #define INC_SERVERDIM_H 1 26 class serverErrorHandler :
public DimErrorHandler{
27 void errorHandler(
int severity,
int code,
char *msg);
33 class ExitHandler :
public DimExitHandler {
34 void exitHandler(
int code);
47 void commandHandler();
51 std::string m_command;
63 void commandHandler();
67 std::string m_command;
71 class Timer :
public DimTimer {
73 Timer(
int , DimService*) ;
80 void setDelay (
int delay) {
81 msgSvc( INFO ,
"" ,
"Delay set to "+
102 #endif // INC_SERVERDIM_H