Commit 76dff002 authored by SRT Operator's avatar SRT Operator
Browse files

from now, in case of error, the ExternalClients returns the error condition

parent 66e35c3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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();
+4 −4
Original line number Diff line number Diff line
@@ -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);
			    }
        	}
+1 −4
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ tttlll_OBJECTS =
#
# Configuration Database Files
# ----------------------------
CDB_SCHEMAS = ExternalClients 
CDB_SCHEMAS = ExternalClients RFIMonitoring

# 
# IDL Files and flags
@@ -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___