]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Pool.hxx
Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / engine / Pool.hxx
index 6e9e1ca97b7bd66502e576ee5fe98d0d07ca913b..34239995626a1be34d8dcce79da588265efaeca6 100644 (file)
@@ -76,9 +76,9 @@ namespace YACS
     private:
       //For OptimizerNode use
       void destroyCurrentCase();
-      void checkConsistency() throw(Exception);
-      void setCurrentId(int id) throw(Exception);
-      void putOutSampleAt(int id, Any *outValue) throw(Exception);
+      void checkConsistency() ;
+      void setCurrentId(int id) ;
+      void putOutSampleAt(int id, Any *outValue) ;
       Any *getNextSampleWithHighestPriority(int& id, unsigned char& priority) const;
       void markIdAsInUse(int id);
       bool empty() const;