Loading Common/Servers/Roach/src/CommandLine.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -132,11 +132,11 @@ void CCommandLine::stopDataAcquisition() throw (BackendsErrors::ConnectionExImpl char sBuff[SENDBUFFERSIZE]; char rBuff[RECBUFFERSIZE]; AUTO_TRACE("CCommandLine::stopDataAcquisition()"); if (!getIsBusy()) { /* if (!getIsBusy()) { _EXCPT(ComponentErrors::NotAllowedExImpl,impl,"CCommandLine::stopDataAcquisition()"); impl.setReason("transfer job cannot be stopped in this configuration"); throw impl; } }*/ if (!checkConnection()) { _THROW_EXCPT(BackendsErrors::ConnectionExImpl,"CCommandLine::stopDataAcquisition()"); } Loading Loading
Common/Servers/Roach/src/CommandLine.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -132,11 +132,11 @@ void CCommandLine::stopDataAcquisition() throw (BackendsErrors::ConnectionExImpl char sBuff[SENDBUFFERSIZE]; char rBuff[RECBUFFERSIZE]; AUTO_TRACE("CCommandLine::stopDataAcquisition()"); if (!getIsBusy()) { /* if (!getIsBusy()) { _EXCPT(ComponentErrors::NotAllowedExImpl,impl,"CCommandLine::stopDataAcquisition()"); impl.setReason("transfer job cannot be stopped in this configuration"); throw impl; } }*/ if (!checkConnection()) { _THROW_EXCPT(BackendsErrors::ConnectionExImpl,"CCommandLine::stopDataAcquisition()"); } Loading