This file is indexed.

/usr/include/oce/TObj_DeletingMode.hxx is in liboce-ocaf-lite-dev 0.9.1-3.

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
18
19
20
21
// File:        TObj_DeletingMode.hxx
// Created:     Mon Nov 22 13:00:11 2004
// Author:      Pavel TELKOV
// Copyright:   Open CASCADE  2007
// The original implementation Copyright: (C) RINA S.p.A

#ifndef TObj_DeletingMode_HeaderFile
#define TObj_DeletingMode_HeaderFile

typedef enum
{
  TObj_FreeOnly = 0,   //!< Delete objects only without dependence.
  TObj_KeepDepending,  //!< Remove object if depending one will be correct elsewhere.
  TObj_Forced          //!< Delete this object and all depenging object.
} TObj_DeletingMode;     

#endif

#ifdef _MSC_VER
#pragma once
#endif