blob: 82fa5b62142f6f845a93d41a037c314f097e544e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* -*- C++ -*- */
//=============================================================================
/**
* @file PolicyS.h
*
* 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*/
|