summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyS.h
blob: 46912353c2ec81862819eea002d9d9b50ffcd630 (plain)
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$ */
//=============================================================================
/**
 *  @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"
#include "tao/PortableServer/PolicyS.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */


#endif /* TAO_PIDL_POLICY_S_H*/