summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Root_POA.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-20 08:39:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-20 08:39:19 +0000
commitfb4aa11420acc0cfda2b8c57e00f7db7cc035cbf (patch)
treef9a10d0fa96c9e2fa687ca9376fb4591f3ca0667 /TAO/tao/PortableServer/Root_POA.cpp
parent485c4b4572f12fe30054fc4fde9ef7da95b8ed9a (diff)
downloadATCD-fb4aa11420acc0cfda2b8c57e00f7db7cc035cbf.tar.gz
Thu Sep 20 08:36:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/Root_POA.cpp')
-rw-r--r--TAO/tao/PortableServer/Root_POA.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Root_POA.cpp b/TAO/tao/PortableServer/Root_POA.cpp
index d11efc7135c..d9f2cd10b0f 100644
--- a/TAO/tao/PortableServer/Root_POA.cpp
+++ b/TAO/tao/PortableServer/Root_POA.cpp
@@ -720,6 +720,7 @@ TAO_Root_POA::id_to_reference (const PortableServer::ObjectId &oid)
}
+#if ! defined (CORBA_E_MICRO)
CORBA::Object_ptr
TAO_Root_POA::create_reference_with_id (const PortableServer::ObjectId &id,
const char *intf)
@@ -731,7 +732,7 @@ TAO_Root_POA::create_reference_with_id (const PortableServer::ObjectId &id,
intf,
this->server_priority ());
}
-
+#endif
void
TAO_Root_POA::destroy (CORBA::Boolean etherealize_objects,
@@ -1286,6 +1287,7 @@ TAO_Root_POA::invoke_key_to_object_helper_i (const char * repository_id,
}
}
+#if ! defined (CORBA_E_MICRO)
CORBA::Object_ptr
TAO_Root_POA::create_reference_with_id_i (const PortableServer::ObjectId &user_id,
const char *intf,
@@ -1309,6 +1311,7 @@ TAO_Root_POA::create_reference_with_id_i (const PortableServer::ObjectId &user_i
return this->active_policy_strategies_.servant_retention_strategy()->
create_reference_with_id (user_id, intf, priority);
}
+#endif
PortableServer::ObjectId *
TAO_Root_POA::servant_to_id_i (PortableServer::Servant servant)