]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Plugin/PluginSimplex.hxx
Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / Plugin / PluginSimplex.hxx
index 045febbe7e3d6a1336cc649b68d6b14d6be1a0d5..a9e241998cae330e767d9940047d4ac5074d2705 100644 (file)
@@ -59,7 +59,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();
         };
     }