]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/CppCORBAConv.cxx
Salome HOME
Remove c++11 warnings about throw specification.
[modules/yacs.git] / src / runtime / CppCORBAConv.cxx
index a5800bf1eab83f0abc15ec8179253522891d357b..2314183f691a17ec743f3c976d349667aaeff1e2 100644 (file)
@@ -35,7 +35,7 @@ namespace YACS
       return convertNeutralCorba(t, data);
     }
 
-    void CppCorba::put(const void *data)  throw(ConversionException)
+    void CppCorba::put(const void *data) 
     {
       put((Any *)data);
     }
@@ -45,7 +45,7 @@ namespace YACS
      *   \param data : python object
      */
 
-    void CppCorba::put(Any *data)  throw(ConversionException)
+    void CppCorba::put(Any *data) 
     {
       CORBA::Any* a = convertCppCorba(edGetType(), data);
       _port->put(a);