Beispiel #1
0
void quitHandler(int sig) {
    nativeCleanup();
    exit(0);
}
TApplicationServer::~TApplicationServer()
{
    nativeCleanup();
}