summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/Interceptor.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/Interceptor.pidl')
-rw-r--r--TAO/tao/PI/Interceptor.pidl38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/tao/PI/Interceptor.pidl b/TAO/tao/PI/Interceptor.pidl
new file mode 100644
index 00000000000..2f794c52bed
--- /dev/null
+++ b/TAO/tao/PI/Interceptor.pidl
@@ -0,0 +1,38 @@
+// -*- IDL -*-
+
+/**
+ * @file Interceptor.pidl
+ *
+ * $Id$
+ *
+ * @brief Pre-compiled IDL source for the Interceptor
+ * components in the ORB.
+ *
+ * This file was used to generate the code in InterceptorC.*
+ * The command used to generate code is:
+ *
+ * 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"
+ * Interceptor.pidl
+ *
+ */
+
+#ifndef _INTERCEPTOR_IDL_
+#define _INTERCEPTOR_IDL_
+
+module PortableInterceptor {
+
+ typeprefix PortableInterceptor "omg.org";
+
+ local interface Interceptor
+ {
+ readonly attribute string name;
+ void destroy ();
+ };
+};
+
+#endif /* _INTERCEPTOR_IDL_ */