Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / Test / PluginOptEvTest1.hxx
index b645bfd6591ade4f8317add6769942a352def3b3..d0d254365f71f51a27df9581536ff3f4cf7fd8dc 100644 (file)
@@ -47,7 +47,7 @@ namespace YACS
       void parseFileToInit(const std::string& fileName);
       void start();
       void takeDecision();
-      void initialize(const Any *input) throw(Exception);
+      void initialize(const Any *input) ;
       void finish();
     };
   }