/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/DistBoss/DistBossServer/DistBossServer-00-00-04/src/ServerExitHandler.cxx

Go to the documentation of this file.
00001 #include "DistBossServer/ServerExitHandler.h"
00002 #include <iostream>
00003 
00004 ServerExitHandler::ServerExitHandler()
00005 {
00006 }
00007 
00008 void ServerExitHandler::exitHandler(int code) {    
00009    std::cerr << "[WARNING] Received EXIT command from ["
00010              << DimServer::getClientName() << "] with code: " << code << std::endl;
00011    std::cerr << "[WARNING] EXIT command from client is FORBIDDEN, ignore it!" << std::endl;
00012 }

Generated on Tue Nov 29 22:58:02 2016 for BOSS_7.0.2 by  doxygen 1.4.7