blob: 70b87da46b62bf4040201169b02d0583933adf27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* -*- C++ -*- $Id$ */
//=============================================================================
/**
* @file PolicyS.h
*
* $Id$
*
* 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"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#endif /* TAO_PIDL_POLICY_S_H*/
|