Salome HOME
integration of modifications from Gérald Nicolas
[modules/homard.git] / idl / HOMARD_Boundary.idl
index 79131c7b363895448d7ec2e78358b3a31b2feb13..61d9d85dc96c14f28427619b05ecd1625ecd25a5 100644 (file)
@@ -33,11 +33,11 @@ module HOMARD
   interface HOMARD_Boundary : Engines::EngineComponent
   {
 
-    void     SetName (in string NomBoundary)               raises (SALOME::SALOME_Exception);
+    void     SetName (in string Name)                      raises (SALOME::SALOME_Exception);
     string   GetName ()                                    raises (SALOME::SALOME_Exception);
 
-    void     SetBoundaryType (in long BoundaryType)        raises (SALOME::SALOME_Exception);
-    long     GetBoundaryType()                             raises (SALOME::SALOME_Exception);
+    void     SetType (in long Type)                        raises (SALOME::SALOME_Exception);
+    long     GetType()                                     raises (SALOME::SALOME_Exception);
 
     void     SetMeshFile(in string MeshFile)               raises (SALOME::SALOME_Exception);
     string   GetMeshFile()                                 raises (SALOME::SALOME_Exception);