Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / runtime / CppComponent.cxx
index 471e839c1761a61e80607125614f5f2bb534f05d..ff1b26a55300ab0d17227e694517d6137e8b432a 100644 (file)
@@ -113,7 +113,7 @@ CppComponent::~CppComponent()
 }
 
 void CppComponent::run (const char * service, int nbIn, int nbOut,
-                        Any ** argIn, Any ** argOut) throw (YACS::Exception)
+                        Any ** argIn, Any ** argOut)
 {
   int i;
   returnInfo return_code;