summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/PolicyS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/PolicyS.h')
-rw-r--r--ACE/TAO/tao/PolicyS.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/ACE/TAO/tao/PolicyS.h b/ACE/TAO/tao/PolicyS.h
new file mode 100644
index 00000000000..46912353c2e
--- /dev/null
+++ b/ACE/TAO/tao/PolicyS.h
@@ -0,0 +1,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*/