]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMAlgo/GEOMAlgo_KindOfClosed.hxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_KindOfClosed.hxx
index 06714dedf8152b2adf0137c6a9a829a289c2db58..fecd414942a8429396fddf5b920ce38022729c96 100644 (file)
@@ -1,4 +1,7 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// 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
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-
 #ifndef _GEOMAlgo_KindOfClosed_HeaderFile
 #define _GEOMAlgo_KindOfClosed_HeaderFile
 
 
-enum GEOMAlgo_KindOfClosed { 
- GEOMAlgo_KC_UNKNOWN,
+enum GEOMAlgo_KindOfClosed {
+GEOMAlgo_KC_UNKNOWN,
 GEOMAlgo_KC_CLOSED,
 GEOMAlgo_KC_NOTCLOSED
 };
 
-
 #ifndef _Standard_PrimitiveTypes_HeaderFile
 #include <Standard_PrimitiveTypes.hxx>
 #endif