Salome HOME
Ze test of 1SGTUMesh.
[modules/med.git] / idl / MEDCouplingCorbaServant.idl
index 807c8aecab3fe407680e6e3b7006d620ebb4b4c2..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
@@ -16,6 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
 
 #ifndef __MEDCOUPLINGCORBASERVANT_IDL__
 #define __MEDCOUPLINGCORBASERVANT_IDL__
@@ -28,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
@@ -73,7 +76,15 @@ module SALOME_MED
   {
   };
 
-  interface MEDCouplingCMeshCorbaInterface : MEDCouplingMeshCorbaInterface
+  interface MEDCouplingStructuredMeshCorbaInterface : MEDCouplingMeshCorbaInterface
+  {
+  };
+
+  interface MEDCouplingCMeshCorbaInterface : MEDCouplingStructuredMeshCorbaInterface
+  {
+  };
+
+  interface MEDCouplingCurveLinearMeshCorbaInterface : MEDCouplingStructuredMeshCorbaInterface
   {
   };