Integration of OCCT 6.5.0 from SVN
[occt.git] / src / NCollection / NCollection_HArray2.hxx
1 // File:        NCollection_HArray2.hxx
2 // Created:     Mon Apr 29 11:36:31 2002
3 // Author:      Alexander KARTOMIN (akm)
4 //              <a-kartomin@opencascade.com>
5 // Copyright:   Open Cascade 2002
6
7 #ifndef NCollection_HArray2_HeaderFile
8 #define NCollection_HArray2_HeaderFile
9
10 #include <NCollection_Array2.hxx>
11 #include <NCollection_DefineHArray2.hxx>
12
13 //      Declaration of Array2 class managed by Handle
14
15 #define NCOLLECTION_HARRAY2(HClassName,Type)                                   \
16         DEFINE_HARRAY2(HClassName,NCollection_Array2<Type >)
17
18 #endif