summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyS.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-06 05:12:17 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-06 05:12:17 +0000
commit39f228b5535d5b016f4049a3bb0df60801701296 (patch)
tree1bb544388935103bb59bd2a36631e208e0060948 /TAO/tao/PolicyS.h
parent266e00135676ea592444d34348e886ffb472c5ad (diff)
downloadATCD-39f228b5535d5b016f4049a3bb0df60801701296.tar.gz
ChangeLogTag: Fri Apr 5 23:04:01 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PolicyS.h')
-rw-r--r--TAO/tao/PolicyS.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/tao/PolicyS.h b/TAO/tao/PolicyS.h
new file mode 100644
index 00000000000..70b87da46b6
--- /dev/null
+++ b/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*/