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

fix namespace of yat Exception

parent 3384d014
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ namespace CryoCooler_ns
//-----------------------------------------------
//- the user core of the Task -------------------
void HWProxy::handle_message (yat::Message& _msg) throw (Exception)
void HWProxy::handle_message (yat::Message& _msg) throw (yat::Exception)
{
//- The DeviceTask's lock_ -------------
......
......@@ -109,7 +109,7 @@ namespace CryoCooler_ns
private :
//- handle_message -----------------------
virtual void handle_message (yat::Message& msg)
throw (Exception);
throw (yat::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