0024624: Lost word in license statement in source files
[occt.git] / src / BOPDS / BOPDS_VectorOfInterfZZ.hxx
1 // Created by: Peter KURNEV
2 // Copyright (c) 1999-2012 OPEN CASCADE SAS
3 //
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #ifndef BOPDS_VectorOfInterfZZ_HeaderFile
17 #define BOPDS_VectorOfInterfZZ_HeaderFile
18
19 #include <BOPCol_Array1.hxx>
20 #include <BOPDS_Interf.hxx>
21
22 #define BOPCol_Array1_Use_Allocator
23 typedef BOPCol_Array1<BOPDS_InterfZZ> BOPDS_VectorOfInterfZZ;
24 #undef BOPCol_Array1_Use_Allocator
25
26 #endif