Loading SRT/Servers/SRTMinorServo/src/MinorServoBossImpl.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,7 @@ CORBA::Boolean MinorServoBossImpl::checkScan( string msg("checkScan(): the system is not ready"); _EXCPT(MinorServoErrors::StatusErrorExImpl, impl, msg.c_str()); impl.log(LM_DEBUG); ACS_SHORT_LOG((LM_DEBUG, msg.c_str())); throw impl.getMinorServoErrorsEx(); } Loading @@ -756,6 +757,7 @@ CORBA::Boolean MinorServoBossImpl::checkScan( string msg("checkScan(): the system is executing another scan"); _EXCPT(MinorServoErrors::StatusErrorExImpl, impl, msg.c_str()); impl.log(LM_DEBUG); ACS_SHORT_LOG((LM_DEBUG, msg.c_str())); throw impl.getMinorServoErrorsEx(); } Loading @@ -766,6 +768,7 @@ CORBA::Boolean MinorServoBossImpl::checkScan( string msg("checkScan(): unexpected exception calling checkScanImpl()"); _EXCPT(MinorServoErrors::StatusErrorExImpl, impl, msg.c_str()); impl.log(LM_DEBUG); ACS_SHORT_LOG((LM_DEBUG, msg.c_str())); throw impl.getMinorServoErrorsEx(); } } Loading Loading
SRT/Servers/SRTMinorServo/src/MinorServoBossImpl.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,7 @@ CORBA::Boolean MinorServoBossImpl::checkScan( string msg("checkScan(): the system is not ready"); _EXCPT(MinorServoErrors::StatusErrorExImpl, impl, msg.c_str()); impl.log(LM_DEBUG); ACS_SHORT_LOG((LM_DEBUG, msg.c_str())); throw impl.getMinorServoErrorsEx(); } Loading @@ -756,6 +757,7 @@ CORBA::Boolean MinorServoBossImpl::checkScan( string msg("checkScan(): the system is executing another scan"); _EXCPT(MinorServoErrors::StatusErrorExImpl, impl, msg.c_str()); impl.log(LM_DEBUG); ACS_SHORT_LOG((LM_DEBUG, msg.c_str())); throw impl.getMinorServoErrorsEx(); } Loading @@ -766,6 +768,7 @@ CORBA::Boolean MinorServoBossImpl::checkScan( string msg("checkScan(): unexpected exception calling checkScanImpl()"); _EXCPT(MinorServoErrors::StatusErrorExImpl, impl, msg.c_str()); impl.log(LM_DEBUG); ACS_SHORT_LOG((LM_DEBUG, msg.c_str())); throw impl.getMinorServoErrorsEx(); } } Loading