]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD_I/HOMARD_Boundary_i.hxx
Salome HOME
integration of modifications from Gérald Nicolas
[modules/homard.git] / src / HOMARD_I / HOMARD_Boundary_i.hxx
index c048c9f46683c0a6866efa4714222702fc3cec45..6c6caf81333a14bb6d8045cab7aec855076a8327 100644 (file)
@@ -43,13 +43,13 @@ public:
 
   virtual ~HOMARD_Boundary_i();
 
-  void                   SetName( const char* NomBoundary );
+  void                   SetName( const char* Name );
   char*                  GetName();
   char*                  GetDumpPython();
 
-  void                   SetBoundaryType( CORBA::Long BoundaryType );
+  void                   SetType( CORBA::Long Type );
 
-  CORBA::Long            GetBoundaryType();
+  CORBA::Long            GetType();
 
   void                   SetMeshFile( const char* MeshFile );
   char*                  GetMeshFile();