Loading Medicina/Servers/MedicinaCBand/src/ComponentCore.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro MED_TRACE_MSG(" EXC loading LOs !"); _EXCPT(ReceiversErrors::LocalOscillatorErrorExImpl,impl,"CComponentCore::activate()"); setStatusBit(CONNECTIONERROR); setComponentStatus(Management::MNG_FAILURE); throw impl; } Loading @@ -159,6 +160,7 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro _EXCPT(ReceiversErrors::ReceiverControlBoardErrorExImpl,impl,"CComponentCore::activate()"); impl.setDetails(ex.what().c_str()); setStatusBit(CONNECTIONERROR); setComponentStatus(Management::MNG_FAILURE); throw impl; } if (answer) { Loading Loading
Medicina/Servers/MedicinaCBand/src/ComponentCore.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro MED_TRACE_MSG(" EXC loading LOs !"); _EXCPT(ReceiversErrors::LocalOscillatorErrorExImpl,impl,"CComponentCore::activate()"); setStatusBit(CONNECTIONERROR); setComponentStatus(Management::MNG_FAILURE); throw impl; } Loading @@ -159,6 +160,7 @@ void CComponentCore::activate(const char *mode) throw (ReceiversErrors::ModeErro _EXCPT(ReceiversErrors::ReceiverControlBoardErrorExImpl,impl,"CComponentCore::activate()"); impl.setDetails(ex.what().c_str()); setStatusBit(CONNECTIONERROR); setComponentStatus(Management::MNG_FAILURE); throw impl; } if (answer) { Loading