/usr/include/tao/PolicyS.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 | /* -*- C++ -*- $Id: PolicyS.h 83826 2008-11-17 18:44:47Z smcqueen $ */
//=============================================================================
/**
* @file PolicyS.h
*
* $Id: PolicyS.h 83826 2008-11-17 18:44:47Z smcqueen $
*
* The file is almost empty and only present to keep other IDL files
* that include Policy.pidl happy.
*
*/
//=============================================================================
#ifndef TAO_PIDL_POLICY_S_H
#define TAO_PIDL_POLICY_S_H
#include "tao/PolicyC.h"
#include "tao/PortableServer/PolicyS.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#endif /* TAO_PIDL_POLICY_S_H*/
|