Commit dc8b35ac authored by SRT Operator's avatar SRT Operator
Browse files

Roach integration

parent 13b7ee48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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()");
	}