#include "ExServerDefine.h"#include "ExCSocketServer.h"Go to the source code of this file.
Functions | |
| void | handlerSigint (int sig) |
|
|
Definition at line 26 of file ExNihiloServer.cpp. References Guard. Referenced by main().
00026 {Guard(void handlerSigint(int sig))
00027 std::cout<<"Leave server closing all conexion..."<<std::endl;
00028 exit(0);
00029 UnGuard
00030 } |
1.3-rc1