Skip to content
Snippets Groups Projects
Commit d02dc280 authored by Arafat Nourredine's avatar Arafat Nourredine
Browse files

Modify signature of process_message according to the YAT4Tango lib :

virtual void process_message (yat::Message& msg) throw (Tango::DevFailed)
parent d6469398
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ AxisSimulatorTask::~AxisSimulatorTask (void)
// ============================================================================
// AxisSimulatorTask::process_message
// ============================================================================
void AxisSimulatorTask::process_message (yat::Message& _msg)
void AxisSimulatorTask::process_message (yat::Message& _msg) throw (Tango::DevFailed)
{
//- handle msg
switch (_msg.type())
......
......@@ -154,7 +154,7 @@ public:
protected:
//- process_message (implements yat4tango::DeviceTask pure virtual method)
virtual void process_message (yat::Message& msg);
virtual void process_message (yat::Message& msg) throw (Tango::DevFailed);
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment