0022627: Change OCCT memory management defaults
[occt.git] / src / BinObjMgt / BinObjMgt_PReal.hxx
1 // File:      BinObjMgt_PReal.hxx
2 // Created:   24.03.03 18:12:35
3 // Author:    Michael SAZONOV
4 // Copyright: Open CASCADE 2003
5
6 #ifndef BinObjMgt_PReal_HeaderFile
7 #define BinObjMgt_PReal_HeaderFile
8
9 #include <Standard_TypeDef.hxx>
10
11 typedef Standard_Real* BinObjMgt_PReal;
12
13 #endif