Loading Common/Servers/ExternalClients/src/ExternalClientsImpl.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -118,8 +118,8 @@ void ExternalClientsImpl::execute() throw (ACSErr::ACSbaseExImpl) void ExternalClientsImpl::cleanUp() { system("$INTROOT/bin/closeServer &"); ACE_OS::sleep(3); //system("$INTROOT/bin/closeServer &"); //ACE_OS::sleep(3); //system("killall $INTROOT/bin/closeServer"); AUTO_TRACE("ExternalClientsImpl::cleanUp()"); CSecAreaResourceWrapper<CExternalClientsSocketServer> SocketServer = m_ExternalClientsSocketServer->Get(); Loading Common/Servers/ExternalClients/src/ExternalClientsSocketServer.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -449,7 +449,7 @@ void CExternalClientsSocketServer::cmdToScheduler() out = IRA::CString(ret_val); } if (ans == false) { ret_val = "Nuraghe Error"; // TBD!! //ret_val = "Nuraghe Error"; // TBD!! out = IRA::CString(ret_val); } } Loading Common/Servers/ExternalClients/src/Makefile +1 −4 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ tttlll_OBJECTS = # # Configuration Database Files # ---------------------------- CDB_SCHEMAS = ExternalClients CDB_SCHEMAS = ExternalClients RFIMonitoring # # IDL Files and flags Loading Loading @@ -202,9 +202,6 @@ man : do_man @echo " . . . man page(s) done" install : install_all #chmod gu+xw ../test/LinuxSocket/simple_client #cp ../test/LinuxSocket/simple_client $(INTROOT)/bin/closeServer @echo " . . . installation done" #___oOo___ Loading
Common/Servers/ExternalClients/src/ExternalClientsImpl.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -118,8 +118,8 @@ void ExternalClientsImpl::execute() throw (ACSErr::ACSbaseExImpl) void ExternalClientsImpl::cleanUp() { system("$INTROOT/bin/closeServer &"); ACE_OS::sleep(3); //system("$INTROOT/bin/closeServer &"); //ACE_OS::sleep(3); //system("killall $INTROOT/bin/closeServer"); AUTO_TRACE("ExternalClientsImpl::cleanUp()"); CSecAreaResourceWrapper<CExternalClientsSocketServer> SocketServer = m_ExternalClientsSocketServer->Get(); Loading
Common/Servers/ExternalClients/src/ExternalClientsSocketServer.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -449,7 +449,7 @@ void CExternalClientsSocketServer::cmdToScheduler() out = IRA::CString(ret_val); } if (ans == false) { ret_val = "Nuraghe Error"; // TBD!! //ret_val = "Nuraghe Error"; // TBD!! out = IRA::CString(ret_val); } } Loading
Common/Servers/ExternalClients/src/Makefile +1 −4 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ tttlll_OBJECTS = # # Configuration Database Files # ---------------------------- CDB_SCHEMAS = ExternalClients CDB_SCHEMAS = ExternalClients RFIMonitoring # # IDL Files and flags Loading Loading @@ -202,9 +202,6 @@ man : do_man @echo " . . . man page(s) done" install : install_all #chmod gu+xw ../test/LinuxSocket/simple_client #cp ../test/LinuxSocket/simple_client $(INTROOT)/bin/closeServer @echo " . . . installation done" #___oOo___