Salome HOME
Ze test of 1SGTUMesh.
[modules/med.git] / idl / MEDCouplingCorbaServant.idl
index e5ba3374d3969cc0e30b21a937bf9411d47d9261..85d2ac4f4719e0c3aef481d81ea07ccf5f78c166 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2013  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
@@ -29,6 +29,8 @@ module SALOME_MED
   interface MEDCouplingTimeLabelCorbaInterface
   {
     long getTimeLabel();
+    string versionStr();
+    void versionMajMinRel(out long maj, out long min, out long releas);
   };
 
   interface MEDCouplingRefCountCorbaInterface : SALOME::ExportableObject, MEDCouplingTimeLabelCorbaInterface
@@ -74,7 +76,15 @@ module SALOME_MED
   {
   };
 
-  interface MEDCouplingCMeshCorbaInterface : MEDCouplingMeshCorbaInterface
+  interface MEDCouplingStructuredMeshCorbaInterface : MEDCouplingMeshCorbaInterface
+  {
+  };
+
+  interface MEDCouplingCMeshCorbaInterface : MEDCouplingStructuredMeshCorbaInterface
+  {
+  };
+
+  interface MEDCouplingCurveLinearMeshCorbaInterface : MEDCouplingStructuredMeshCorbaInterface
   {
   };