Salome HOME
Some tests are modified to work in session less mode.
[modules/yacs.git] / src / runtime / NeutralCppConv.hxx
index fad2b768a51f9aab263eb8c8f2fd0689a43ea295..f4bec16e06b9e5ea234e7226fdff92193ec614a1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -37,8 +37,8 @@ namespace YACS
     {
     public:
       NeutralCpp(InputCppPort* p);
-      virtual void put(const void *data) throw(ConversionException);
-      void put(YACS::ENGINE::Any *data) throw(ConversionException);
+      virtual void put(const void *data);
+      void put(YACS::ENGINE::Any *data);
     };
     int isAdaptableCppNeutral(const TypeCode * t1, const TypeCode * t2);
   }