Salome HOME
IPAL22903: TC650: Store/Restore last GUI state does not work for Isos
[modules/geom.git] / src / GEOMAlgo_NEW / GEOMAlgo_HAlgo.hxx
index c1b0cb62e66550c77a2ef333c7912489b08b863d..52340ed2ec84c37c1b759d8fa4d81649aca626e0 100644 (file)
@@ -1,75 +1,75 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE\r
-//\r
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,\r
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS\r
-//\r
-// This library is free software; you can redistribute it and/or\r
-// modify it under the terms of the GNU Lesser General Public\r
-// License as published by the Free Software Foundation; either\r
-// version 2.1 of the License.\r
-//\r
-// This library is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
-// Lesser General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU Lesser General Public\r
-// License along with this library; if not, write to the Free Software\r
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
-//\r
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
-//\r
-\r
-// File:        GEOMAlgo_HAlgo.hxx\r
-// Created:     Sat Dec 04 12:39:47 2004\r
-// Author:      Peter KURNEV\r
-//              <peter@PREFEX>\r
-//\r
-\r
-#ifndef _GEOMAlgo_HAlgo_HeaderFile\r
-#define _GEOMAlgo_HAlgo_HeaderFile\r
-\r
-#include <Standard.hxx>\r
-#include <Standard_DefineHandle.hxx>\r
-//#include <Handle_GEOMAlgo_HAlgo.hxx>\r
-#include <Standard_Integer.hxx>\r
-#include <MMgt_TShared.hxx>\r
-\r
-DEFINE_STANDARD_HANDLE(GEOMAlgo_HAlgo, MMgt_TShared);\r
-\r
-//=======================================================================\r
-//class    : GEOMAlgo_HAlgo\r
-//purpose  : \r
-//=======================================================================\r
-class GEOMAlgo_HAlgo : public MMgt_TShared \r
-{\r
- public:\r
-  Standard_EXPORT\r
-    virtual  void Perform()  = 0;\r
-  \r
-  Standard_EXPORT\r
-    virtual  void CheckData() ;\r
-  \r
-  Standard_EXPORT\r
-    virtual  void CheckResult() ;\r
-  \r
-  Standard_EXPORT\r
-    Standard_Integer ErrorStatus() const;\r
-  \r
-  Standard_EXPORT\r
-    Standard_Integer WarningStatus() const;\r
-\r
-  DEFINE_STANDARD_RTTI(GEOMAlgo_HAlgo);\r
-\r
- protected:\r
-  Standard_EXPORT\r
-    GEOMAlgo_HAlgo();\r
-\r
-  Standard_EXPORT\r
-    virtual ~GEOMAlgo_HAlgo();\r
-\r
-  Standard_Integer myErrorStatus;\r
-  Standard_Integer myWarningStatus;\r
-\r
-};\r
-#endif\r
+// Copyright (C) 2007-2012  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
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+// File:        GEOMAlgo_HAlgo.hxx
+// Created:     Sat Dec 04 12:39:47 2004
+// Author:      Peter KURNEV
+//              <peter@PREFEX>
+//
+
+#ifndef _GEOMAlgo_HAlgo_HeaderFile
+#define _GEOMAlgo_HAlgo_HeaderFile
+
+#include <Standard.hxx>
+#include <Standard_DefineHandle.hxx>
+//#include <Handle_GEOMAlgo_HAlgo.hxx>
+#include <Standard_Integer.hxx>
+#include <MMgt_TShared.hxx>
+
+DEFINE_STANDARD_HANDLE(GEOMAlgo_HAlgo, MMgt_TShared);
+
+//=======================================================================
+//class    : GEOMAlgo_HAlgo
+//purpose  :
+//=======================================================================
+class GEOMAlgo_HAlgo : public MMgt_TShared
+{
+ public:
+  Standard_EXPORT
+    virtual  void Perform()  = 0;
+
+  Standard_EXPORT
+    virtual  void CheckData() ;
+
+  Standard_EXPORT
+    virtual  void CheckResult() ;
+
+  Standard_EXPORT
+    Standard_Integer ErrorStatus() const;
+
+  Standard_EXPORT
+    Standard_Integer WarningStatus() const;
+
+  DEFINE_STANDARD_RTTI(GEOMAlgo_HAlgo);
+
+ protected:
+  Standard_EXPORT
+    GEOMAlgo_HAlgo();
+
+  Standard_EXPORT
+    virtual ~GEOMAlgo_HAlgo();
+
+  Standard_Integer myErrorStatus;
+  Standard_Integer myWarningStatus;
+
+};
+#endif