summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/PortableServer/ServantManager.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/PortableServer/ServantManager.pidl')
-rw-r--r--ACE/TAO/tao/PortableServer/ServantManager.pidl37
1 files changed, 37 insertions, 0 deletions
diff --git a/ACE/TAO/tao/PortableServer/ServantManager.pidl b/ACE/TAO/tao/PortableServer/ServantManager.pidl
new file mode 100644
index 00000000000..6eace36b098
--- /dev/null
+++ b/ACE/TAO/tao/PortableServer/ServantManager.pidl
@@ -0,0 +1,37 @@
+/**
+ * @file ServantManager.pidl
+ *
+ * $Id$
+ *
+ * @brief Pre-compiled IDL source for the PortableServer module.
+ *
+ * This file is used to generate the code in
+ * ServantManagerC.{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" \
+ * ServantManager.pidl
+ */
+
+#ifndef _PORTABLESERVER_SERVANT_MANAGER_IDL_
+#define _PORTABLESERVER_SERVANT_MANAGER_IDL_
+
+#pragma prefix "omg.org"
+
+#if !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) && !defined (TAO_HAS_MINIMUM_POA)
+
+module PortableServer
+{
+# pragma version PortableServer 2.3
+
+ // ServantManager interface.
+ local interface ServantManager {};
+};
+
+#endif
+
+#endif // _PORTABLESERVER_SERVANT_MANAGER_IDL_