Salome HOME
Merge branch 'nct/helpmenu'
[modules/med.git] / idl / MEDCouplingCorbaServant.idl
index 0a4d4355a0f85f2156a3553d9f433b1f732f5c73..f8dbf2bf3417d995a14c119eb8e88525e19ddab6 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -58,7 +58,7 @@ module SALOME_MED
   interface MEDCouplingMeshCorbaInterface : MEDCouplingRefCountCorbaInterface
   {
     string getName();
-    //!CORBA inplementation of MEDCouplingPointSet::getTinySerializationInformation
+    //!CORBA implementation of MEDCouplingPointSet::getTinySerializationInformation
     void getTinyInfo(out SALOME_TYPES::ListOfDouble da, out SALOME_TYPES::ListOfLong la, out SALOME_TYPES::ListOfString sa);
     void getSerialisationData(out SALOME_TYPES::ListOfLong la, out SALOME_TYPES::ListOfDouble da);
   };
@@ -100,6 +100,10 @@ module SALOME_MED
   {
   };
 
+  interface MEDCouplingIMeshCorbaInterface : MEDCouplingStructuredMeshCorbaInterface
+  {
+  };
+
   interface MEDCouplingFieldCorbaInterface : MEDCouplingRefCountCorbaInterface
   {
     MEDCouplingMeshCorbaInterface getMesh();