summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PS_Forward.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/PS_Forward.pidl')
-rw-r--r--TAO/tao/PortableServer/PS_Forward.pidl42
1 files changed, 42 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/PS_Forward.pidl b/TAO/tao/PortableServer/PS_Forward.pidl
new file mode 100644
index 00000000000..4c61a6ac1d9
--- /dev/null
+++ b/TAO/tao/PortableServer/PS_Forward.pidl
@@ -0,0 +1,42 @@
+/**
+ * @file PS_Forward.pidl
+ *
+ * $Id$
+ *
+ * @brief Pre-compiled IDL source for the PortableServer module.
+ *
+ * This file was used to generate the code in
+ * PS_ForwardC.{h,inl,cpp}, using the following command:
+ *
+ * tao_idl.exe \
+ * -o orig -Gp -Gd -Sci -GA -I$(TAO_ROOT)
+ * -Wb,export_macro=TAO_PortableServer_Export \
+ * -Wb,export_include="portableserver_export.h" \
+ * -Wb,pre_include="ace/pre.h" \
+ * -Wb,post_include="ace/post.h" \
+ * PS_Forward.pidl
+ *
+ * Apply patches using the following command:
+ *
+ * patch < diffs/PS_Forward.diff
+ */
+
+#ifndef _PORTABLESERVER_PS_FORWARD_IDL_
+#define _PORTABLESERVER_PS_FORWARD_IDL_
+
+#include "tao/OctetSeq.pidl"
+
+#pragma prefix "omg.org"
+
+module PortableServer
+{
+# pragma version PortableServer 2.3
+
+ typedef CORBA::OctetSeq ObjectId;
+
+ local interface POA;
+
+ native Servant;
+};
+
+#endif // _PORTABLESERVER_PS_FORWARD_IDL_