Loading Medicina/Servers/MedicinaCBand/src/MedicinaCBandImpl.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -192,10 +192,6 @@ void MedicinaCBandImpl::activate(const char * setup_mode) throw (CORBA::SystemEx ex.log(LM_DEBUG); throw ex.getReceiversErrorsEx(); } catch (ReceiversErrors::LocalOscillatorErrorExImpl& ex) { ex.log(LM_DEBUG); throw ex.getLocalOscillatorEx(); } catch (...) { _EXCPT(ComponentErrors::UnexpectedExImpl,impl,"MedicinaCBandImpl::activate()"); impl.log(LM_DEBUG); Loading Loading
Medicina/Servers/MedicinaCBand/src/MedicinaCBandImpl.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -192,10 +192,6 @@ void MedicinaCBandImpl::activate(const char * setup_mode) throw (CORBA::SystemEx ex.log(LM_DEBUG); throw ex.getReceiversErrorsEx(); } catch (ReceiversErrors::LocalOscillatorErrorExImpl& ex) { ex.log(LM_DEBUG); throw ex.getLocalOscillatorEx(); } catch (...) { _EXCPT(ComponentErrors::UnexpectedExImpl,impl,"MedicinaCBandImpl::activate()"); impl.log(LM_DEBUG); Loading