]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/NMTDS/NMTDS_InterfType.hxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTDS / NMTDS_InterfType.hxx
index d32f9835b7d45e8c417bde8136660cb156b00c43..5bf1e72a813d9f2b7a07797d8f06501b7faf050a 100644 (file)
@@ -1,12 +1,11 @@
-// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // 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
+// 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.
 // 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:       NMTDS_InterfType.hxx
+// Created:    
+// Author:     Peter KURNEV
+//             <pkv@irinox>
+
 
 #ifndef _NMTDS_InterfType_HeaderFile
 #define _NMTDS_InterfType_HeaderFile
 
 
-enum NMTDS_InterfType { 
- NMTDS_TI_VV,
+enum NMTDS_InterfType {
+NMTDS_TI_VV,
 NMTDS_TI_VE,
 NMTDS_TI_VF,
 NMTDS_TI_EE,
@@ -31,7 +37,6 @@ NMTDS_TI_FF,
 NMTDS_TI_UNKNOWN
 };
 
-
 #ifndef _Standard_PrimitiveTypes_HeaderFile
 #include <Standard_PrimitiveTypes.hxx>
 #endif