]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/CppComponent.hxx
Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / runtime / CppComponent.hxx
index 0e32b00ca4884765769c5197688beaf2d6aac30b..7fa6a745e1fcc48a9ae36eac0c55d8b0efbbe815 100644 (file)
@@ -52,7 +52,7 @@ namespace YACS
         virtual ~CppComponent();
 
         void run(const char * service, int nbIn, int nbOut,
-                         Any ** argIn, Any ** argOut) throw (YACS::Exception);
+                         Any ** argIn, Any ** argOut);
 
         static const char KIND[];
         virtual std::string getKind() const;