/usr/include/tao/ObjRefTemplate/ObjectReferenceTemplate.h is in libtao-dev 6.0.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 | // -*- C++ -*-
//=============================================================================
/**
* @file ObjectReferenceTemplate.h
*
* $Id: ObjectReferenceTemplate.h 62417 2004-12-03 05:22:02Z bala $
*
* This is the implementation of the TAO::ORT_Adapter
*
* @author Bala Natarajan <bala@dre.vanderbilt.edu>
*/
//=============================================================================
#ifndef TAO_OBJECT_REFERENCE_TEMPLATE_H
#define TAO_OBJECT_REFERENCE_TEMPLATE_H
#include /**/ "ace/pre.h"
#include "tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include /**/ "ace/post.h"
#endif /*TAO_OBJECT_REFERENCE_TEMPLATE_H*/
|