summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Forward.pidl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:21 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:21 +0000
commit3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (patch)
tree197c810e5f5bce17b1233a7cb8d7b50c0bcd25e2 /TAO/tao/PI_Forward.pidl
parent6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (diff)
downloadATCD-3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/PI_Forward.pidl')
-rw-r--r--TAO/tao/PI_Forward.pidl53
1 files changed, 53 insertions, 0 deletions
diff --git a/TAO/tao/PI_Forward.pidl b/TAO/tao/PI_Forward.pidl
new file mode 100644
index 00000000000..556d23a7a4c
--- /dev/null
+++ b/TAO/tao/PI_Forward.pidl
@@ -0,0 +1,53 @@
+// -*- IDL -*-
+
+/**
+ * @file PI_Forward.pidl
+ *
+ * $Id$
+ *
+ * @brief Pre-compiled IDL source for typedefs in the
+ * PortableInterceptor module.
+ *
+ * This file is used to generate PI_Forward.{h,cpp},
+ * using the following command:
+ *
+ * tao_idl.exe
+ * -o orig -Gp -Gd -Ge 1 -Sci
+ * -Wb,export_macro=TAO_Export
+ * -Wb,export_include=tao/TAO_Export.h
+ * -Wb,pre_include="ace/pre.h"
+ * -Wb,post_include="ace/post.h"
+ * PI_Forward.pidl
+ *
+ * and then:
+ *
+ * cp orig/PI_ForwardC.{h,cpp} .
+ *
+ * The code left in PI_ForwardC.{h,cpp}
+ *
+ */
+
+// File: PI_Forward.pidl
+
+#ifndef _PI_FORWARD_IDL_
+#define _PI_FORWARD_IDL_
+
+#include "tao/OctetSeq.pidl"
+#include "tao/StringSeq.pidl"
+
+module PortableInterceptor
+{
+ typeprefix PortableInterceptor "omg.org";
+
+ typedef string ServerId;
+ typedef string ORBId;
+ typedef CORBA::StringSeq AdapterName;
+ typedef CORBA::OctetSeq ObjectId;
+ typedef string AdapterManagerId;
+ typedef short AdapterState;
+ typedef unsigned long SlotId;
+ typedef short ReplyStatus;
+
+};
+
+#endif /* _PI_FORWARD_IDL_ */