summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PolicyFactory.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PolicyFactory.pidl')
-rw-r--r--TAO/tao/PI/PolicyFactory.pidl36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/tao/PI/PolicyFactory.pidl b/TAO/tao/PI/PolicyFactory.pidl
new file mode 100644
index 00000000000..97df0401db2
--- /dev/null
+++ b/TAO/tao/PI/PolicyFactory.pidl
@@ -0,0 +1,36 @@
+// -*- IDL -*-
+
+/**
+ * @file PolicyFactory.pidl
+ *
+ * $Id$
+ *
+ * @brief Pre-compiled IDL source for the PolicyFactory
+ *
+ * tao_idl
+ * -o orig -Gp -Gd -GA -SS -Sci
+ * -Wb,export_include="tao/TAO_Export.h"
+ * -Wb,export_macro=TAO_Export
+ * -Wb,pre_include="ace/pre.h"
+ * -Wb,post_include="ace/post.h"
+ * PolicyFactory.pidl
+ */
+
+// File: PortableInterceptor.idl
+#ifndef _POLICYFACTORY_PIDL_
+#define _POLICYFACTORY_PIDL_
+
+#include "tao/Policy.pidl"
+
+module PortableInterceptor {
+
+ typeprefix PortableInterceptor "omg.org";
+
+ local interface PolicyFactory
+ {
+ CORBA::Policy create_policy (in CORBA::PolicyType type, in any value)
+ raises (CORBA::PolicyError);
+ };
+};
+
+#endif /* _PORTABLE_INTERCEPTOR_IDL_ */