]> 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 145e248a7908055fcc955750e0bb3fb4a882df62..5bf1e72a813d9f2b7a07797d8f06501b7faf050a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// 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
 // 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