]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD_I/HOMARD_Zone_i.hxx
Salome HOME
integration of modifications from Gérald Nicolas
[modules/homard.git] / src / HOMARD_I / HOMARD_Zone_i.hxx
index 63526668ccbdc5b8cace5c5126074905b8aca4da..33d4a0c7cd5627096fe8807148653d67218d0b41 100644 (file)
@@ -43,13 +43,13 @@ public:
 
   virtual ~HOMARD_Zone_i();
 
-  void                   SetName( const char* NomZone );
+  void                   SetName( const char* Name );
   char*                  GetName();
   char*                  GetDumpPython();
 
-  void                   SetZoneType( CORBA::Long ZoneType );
+  void                   SetType( CORBA::Long Type );
 
-  CORBA::Long            GetZoneType();
+  CORBA::Long            GetType();
 
   HOMARD::double_array*  GetCoords();
   void                   SetBox( double Xmini, double Xmaxi,