summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyS.h
blob: 92f9c5bb43c8d3bff22b6ad920e4800b5edb1597 (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$ */
// ================================================================
//
// = LIBRARY
//   TAO
//
// = FILENAME
//   GIOPS.h
//
// = DESCRIPTION
//   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*/