This file is indexed.

/usr/include/oce/LDOM_LDOMImplementation.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
22
23
24
25
26
27
28
29
30
// File:      LDOM_LDOMImplementation.hxx
// Created:   28.06.01 09:30:17
// Author:    Alexander GRIGORIEV
// Copyright: OpenCascade 2001


#ifndef LDOM_LDOMImplementation_HeaderFile
#define LDOM_LDOMImplementation_HeaderFile

#include <Standard_Type.hxx>
#include <LDOM_Document.hxx>

class LDOM_DocumentType;

//  Block of comments describing class LDOM_LDOMImplementation
//

class LDOM_LDOMImplementation 
{
 public:
  // ---------- PUBLIC METHODS ----------

  static Standard_EXPORT LDOM_Document  createDocument
                                       (const LDOMString&        aNamespaceURI,
                                        const LDOMString&        aQualifiedName,
                                        const LDOM_DocumentType& aDocType);

};

#endif