Commit aadc8421 authored by Matteo DB's avatar Matteo DB
Browse files

fix exc impl

parent 44e9ec73
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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);