summaryrefslogtreecommitdiff
path: root/inc/BinDrivers_Marker.hxx
blob: 1690e7a643563bf16b2bb1916effac93782336fa (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 BinDrivers_Marker_HeaderFile
#define BinDrivers_Marker_HeaderFile

// The markers used in binary file

enum BinDrivers_Marker
{
  BinDrivers_ENDATTRLIST   = -1,   // the end of attributes list
  BinDrivers_ENDLABEL      = -2    // the end of label
};

#endif