summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServantLocator.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ServantLocator.pidl')
-rw-r--r--TAO/tao/PortableServer/ServantLocator.pidl5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ServantLocator.pidl b/TAO/tao/PortableServer/ServantLocator.pidl
index 39265e20d6f..19221cde6f8 100644
--- a/TAO/tao/PortableServer/ServantLocator.pidl
+++ b/TAO/tao/PortableServer/ServantLocator.pidl
@@ -32,6 +32,8 @@
#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
@@ -54,7 +56,8 @@ module PortableServer
in Cookie the_cookie,
in Servant the_servant);
};
-
};
+#endif
+
#endif // _PORTABLESERVER_SERVANTLOCATOR_IDL_