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