This file is indexed.

/usr/include/oce/TDocStd_ApplicationDelta.lxx 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
22
23
24
25
26
27
28
29
30
31
32
33
34
// File:      TDocStd_ApplicationDelta.lxx
// Created:   21.11.02 14:40:25
// Author:    Vladimir ANIKIN
// Copyright: Open CASCADE 2002

//=======================================================================
//function : GetDocuments
//purpose  : 
//=======================================================================

inline TDocStd_SequenceOfDocument& TDocStd_ApplicationDelta::GetDocuments()
{
  return myDocuments;
}

//=======================================================================
//function : GetName
//purpose  : 
//=======================================================================

inline const TCollection_ExtendedString& TDocStd_ApplicationDelta::GetName() const
{
  return myName;
}

//=======================================================================
//function : SetName
//purpose  : 
//=======================================================================

inline void TDocStd_ApplicationDelta::SetName(const TCollection_ExtendedString& theName)
{
  myName = theName;
}