summaryrefslogtreecommitdiff
path: root/inc/BinLDrivers_Marker.hxx
blob: e6bd0021fa243ecf5d379a61b25a38d814963b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// File:      BinDrivers_Marker.hxx
// Created:   31.10.02 15:44:38
// Author:    Michael SAZONOV
// Copyright: Open CASCADE 2002

#ifndef BinLDrivers_Marker_HeaderFile
#define BinLDrivers_Marker_HeaderFile

// The markers used in binary file

enum BinLDrivers_Marker
{
  BinLDrivers_ENDATTRLIST   = -1,   // the end of attributes list
  BinLDrivers_ENDLABEL      = -2    // the end of label
};

#endif