Commit 2cb866f9 authored by Matteo DB's avatar Matteo DB
Browse files

fix component status activate /exceute

parent 6f07f23a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
    }        

@@ -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) {