Update of CMakeLists.txt for Microsoft Visual Studio 2013
[occt.git] / src / NCollection / NCollection_DefineTListIterator.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 147ff58..2bca189
@@ -1,12 +1,21 @@
-// File:        NCollection_DefineTListIterator.hxx
-// Created:     Tue Apr 23 17:33:02 2002
-// Author:      Alexander KARTOMIN
-//              <a-kartomin@opencascade.com>
+// Created on: 2002-04-23
+// Created by: Alexander KARTOMIN
+// Copyright (c) 2002-2014 OPEN CASCADE SAS
 //
+// This file is part of Open CASCADE Technology software library.
+//
+// This library is free software; you can redistribute it and/or modify it under
+// the terms of the GNU Lesser General Public License version 2.1 as published
+// by the Free Software Foundation, with special exception defined in the file
+// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
+// distribution for complete text of the license and disclaimer of any warranty.
+//
+// Alternatively, this file may be used under the terms of Open CASCADE
+// commercial license or contractual agreement.
+
 // Purpose:     This Iterator class iterates on BaseList of TListNode and is 
 //              instantiated in List/Set/Queue/Stack
 // Remark:      TListIterator is internal class
-//
 
 #ifndef NCollection_DefineTListIterator_HeaderFile
 #define NCollection_DefineTListIterator_HeaderFile
@@ -16,6 +25,6 @@
 
 // ********************************** Implementation of the Iterator interface
 #define DEFINE_TLISTITERATOR(_ClassName_, _BaseCollection_, TheItemType)       \
-        typedef NCollection_TListIterator<TheItemType > _ClassName_;
+typedef NCollection_TListIterator<TheItemType > _ClassName_;
 
 #endif