Salome HOME
Implementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_AttributeStudyProperties.hxx
index ed1c19eccc72a32335dabcae89b05e963c201c6f..cb921fdbbf58517d9979a33cb5232048ba3fc50d 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -19,6 +19,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  File   : SALOMEDS_AttributeStudyProperties.hxx
 //  Author : Sergey RUIN
 //  Module : SALOME
@@ -62,18 +63,18 @@ public:
   virtual void SetLocked(bool theLocked);
   virtual bool IsLocked();
   virtual void SetModification(const std::string& theName,
-                              int theMinute,
-                              int theHour,
-                              int theDay,
-                              int theMonth,
-                              int theYear);
+                               int theMinute,
+                               int theHour,
+                               int theDay,
+                               int theMonth,
+                               int theYear);
   virtual void GetModificationsList(std::vector<std::string>& theNames,
-                                   std::vector<int>& theMinutes,
-                                   std::vector<int>& theHours,
-                                   std::vector<int>& theDays,
-                                   std::vector<int>& theMonths,
-                                   std::vector<int>& theYears,
-                                   bool theWithCreator);
+                                    std::vector<int>& theMinutes,
+                                    std::vector<int>& theHours,
+                                    std::vector<int>& theDays,
+                                    std::vector<int>& theMonths,
+                                    std::vector<int>& theYears,
+                                    bool theWithCreator);
 
 };