Salome HOME
Merge branch 'V7_dev'
[modules/homard.git] / src / HOMARD_I / HOMARD_Hypothesis_i.hxx
index d39a891284bb879d99d25a650cb9a9ceaf0df2b3..92425327120415ed40ecf96f46257ac9cb878827 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -97,10 +97,12 @@ public:
   void                   SetAdapInit( CORBA::Long AdapInit );
   CORBA::Long            GetAdapInit();
 
-  void                   SetLevelOutput( CORBA::Long LevelOutput );
-  CORBA::Long            GetLevelOutput();
+  void                   SetExtraOutput( CORBA::Long ExtraOutput );
+  CORBA::Long            GetExtraOutput();
 
   void                   AddGroup( const char* Group);
+  void                   SupprGroup( const char* Group );
+  void                   SupprGroups();
   void                   SetGroups(const HOMARD::ListGroupType& ListGroup);
   HOMARD::ListGroupType* GetGroups();