summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-12 22:51:35 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-12 22:51:35 +0000
commit8d7472fbf0bf8309e0b7e0059328d9d3859fc551 (patch)
tree81942751cdc4b53719b1dc1e257a7f9ff925d2f2 /TAO/tao/ORB.cpp
parent3944e9d8cd7e74d769aa4213e794e408fc94e332 (diff)
downloadATCD-8d7472fbf0bf8309e0b7e0059328d9d3859fc551.tar.gz
ChangeLogTag:Thu Jul 12 17:30:42 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 8134ad973fa..200f90dee9d 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -1299,11 +1299,6 @@ CORBA_ORB::resolve_initial_references (const char *name,
else if (ACE_OS::strcmp (name, TAO_OBJID_TYPECODEFACTORY) == 0)
return this->orb_core ()->resolve_typecodefactory (ACE_TRY_ENV);
- else if (ACE_OS::strcmp (name, TAO_OBJID_RTORB) == 0)
- return this->orb_core ()->resolve_rt_orb (ACE_TRY_ENV);
-
- else if (ACE_OS::strcmp (name, TAO_OBJID_RTCURRENT) == 0)
- return this->orb_core ()->resolve_rt_current (ACE_TRY_ENV);
// -----------------------------------------------------------------