/usr/include/oce/Handle_NIS_InteractiveObject.hxx is in liboce-visualization-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 | // File: Handle_NIS_InteractiveObject.hxx
// Created: 14.07.07 09:24
// Author: Alexander GRIGORIEV
// Copyright: Open Cascade 2007
#ifndef Handle_NIS_InteractiveObject_HeaderFile
#define Handle_NIS_InteractiveObject_HeaderFile
#include <Standard_DefineHandle.hxx>
#include <Standard_Transient.hxx>
class NIS_InteractiveObject;
/**
* Definition of HANDLE object using Standard_DefineHandle.hxx
*/
DEFINE_STANDARD_HANDLE (NIS_InteractiveObject, Standard_Transient)
#endif
|