Skip to content
Snippets Groups Projects
Commit 30dcaf05 authored by Vincent Hardion's avatar Vincent Hardion
Browse files

fix compatibility with YAT 1.3.12

parent 9349ba68
Branches
Tags 1.54.0
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>CryoCooler-${aol}-${mode}</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>nar</packaging>
<name>CryoCooler</name>
<!-- use for the name of executable -->
......
......@@ -46,7 +46,7 @@ namespace CryoCooler_ns
//-----------------------------------------------
//- the user core of the Task -------------------
void HWProxy::handle_message (yat::Message& _msg)throw (Tango::DevFailed)
void HWProxy::handle_message (yat::Message& _msg) throw (Exception)
{
//- The DeviceTask's lock_ -------------
......
......@@ -108,8 +108,8 @@ namespace CryoCooler_ns
private :
//- handle_message -----------------------
virtual void handle_message (yat::Message& msg)
throw (Tango::DevFailed);
virtual void handle_message (yat::Message& msg);
throw (Exception);
//- get the HW values
void read_hard (void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment