0022627: Change OCCT memory management defaults
[occt.git] / src / BinLDrivers / BinLDrivers_Marker.hxx
1 // File:      BinDrivers_Marker.hxx
2 // Created:   31.10.02 15:44:38
3 // Author:    Michael SAZONOV
4 // Copyright: Open CASCADE 2002
5
6 #ifndef BinLDrivers_Marker_HeaderFile
7 #define BinLDrivers_Marker_HeaderFile
8
9 // The markers used in binary file
10
11 enum BinLDrivers_Marker
12 {
13   BinLDrivers_ENDATTRLIST   = -1,   // the end of attributes list
14   BinLDrivers_ENDLABEL      = -2    // the end of label
15 };
16
17 #endif