Loading Common/Servers/ReceiversBoss/include/RecvBossCore.h +3 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,9 @@ private: void unloadReceiver(); #ifdef COMPILE_TARGET_MED void setup(const char * code) throw(ComponentErrors::SocketErrorExImpl,ComponentErrors::ValidationErrorExImpl); void setup(const char * code) throw (ComponentErrors::SocketErrorExImpl,ComponentErrors::ValidationErrorExImpl, ComponentErrors::CORBAProblemExImpl,ComponentErrors::CouldntGetComponentExImpl,ComponentErrors::UnexpectedExImpl, ComponentErrors::OperationErrorExImpl); bool sendToRecvControl(const void *buffer,int size); bool sendToFS(const void *buffer,int size); Loading Common/Servers/ReceiversBoss/src/RecvBossCore_mc.i +3 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,9 @@ void CRecvBossCore::setLO(const ACS::doubleSeq& lo) throw (ComponentErrors::Vali IRA::CIRATools::Wait(0,500000); //wait half a second to settle things down } void CRecvBossCore::setup(const char * code) throw (ComponentErrors::SocketErrorExImpl,ComponentErrors::ValidationErrorExImpl) void CRecvBossCore::setup(const char * code) throw (ComponentErrors::SocketErrorExImpl,ComponentErrors::ValidationErrorExImpl, ComponentErrors::CORBAProblemExImpl,ComponentErrors::CouldntGetComponentExImpl,ComponentErrors::UnexpectedExImpl, ComponentErrors::OperationErrorExImpl) { IRA::CError err; IRA::CString rec(code); Loading Loading
Common/Servers/ReceiversBoss/include/RecvBossCore.h +3 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,9 @@ private: void unloadReceiver(); #ifdef COMPILE_TARGET_MED void setup(const char * code) throw(ComponentErrors::SocketErrorExImpl,ComponentErrors::ValidationErrorExImpl); void setup(const char * code) throw (ComponentErrors::SocketErrorExImpl,ComponentErrors::ValidationErrorExImpl, ComponentErrors::CORBAProblemExImpl,ComponentErrors::CouldntGetComponentExImpl,ComponentErrors::UnexpectedExImpl, ComponentErrors::OperationErrorExImpl); bool sendToRecvControl(const void *buffer,int size); bool sendToFS(const void *buffer,int size); Loading
Common/Servers/ReceiversBoss/src/RecvBossCore_mc.i +3 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,9 @@ void CRecvBossCore::setLO(const ACS::doubleSeq& lo) throw (ComponentErrors::Vali IRA::CIRATools::Wait(0,500000); //wait half a second to settle things down } void CRecvBossCore::setup(const char * code) throw (ComponentErrors::SocketErrorExImpl,ComponentErrors::ValidationErrorExImpl) void CRecvBossCore::setup(const char * code) throw (ComponentErrors::SocketErrorExImpl,ComponentErrors::ValidationErrorExImpl, ComponentErrors::CORBAProblemExImpl,ComponentErrors::CouldntGetComponentExImpl,ComponentErrors::UnexpectedExImpl, ComponentErrors::OperationErrorExImpl) { IRA::CError err; IRA::CString rec(code); Loading