This file is indexed.

/usr/include/opencascade/BinDrivers_Marker.hxx is in libopencascade-ocaf-dev 6.5.0.dfsg-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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