Salome HOME
Copyright update 2022
[modules/yacs.git] / src / runtime / CppCORBAConv.cxx
index 2314183f691a17ec743f3c976d349667aaeff1e2..a7a0365028cd2e8c0abe16b121a64659a8154bb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2022  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
@@ -35,7 +35,7 @@ namespace YACS
       return convertNeutralCorba(t, data);
     }
 
-    void CppCorba::put(const void *data) 
+    void CppCorba::put(const void *data)
     {
       put((Any *)data);
     }
@@ -45,7 +45,7 @@ namespace YACS
      *   \param data : python object
      */
 
-    void CppCorba::put(Any *data) 
+    void CppCorba::put(Any *data)
     {
       CORBA::Any* a = convertCppCorba(edGetType(), data);
       _port->put(a);