summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-23 22:34:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-23 22:34:10 +0000
commit42d07f8990324cfa4dcb30c2a48d012d656e6e52 (patch)
tree81b069490b76be838cc1a740fc3bb5e653bb6202 /TAO/tao/ORB.cpp
parente07a320809638facb4543fa9316bc7b590b4e950 (diff)
downloadATCD-42d07f8990324cfa4dcb30c2a48d012d656e6e52.tar.gz
ChangeLogTag:Thu May 23 15:30:40 2002 Ossama Othman <ossama@uci.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 50c8bdbb2f8..2cc143792ce 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -1181,11 +1181,6 @@ CORBA_ORB::register_initial_reference (const char * id,
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL)
{
- if (id == 0)
- ACE_THROW (CORBA::ORB::InvalidName ());
- else if (ACE_OS_String::strlen (id) == 0)
- ACE_THROW (CORBA::ORB::InvalidName ());
-
TAO_Object_Ref_Table &table = this->orb_core_->object_ref_table ();
table.register_initial_reference (id, obj ACE_ENV_ARG_PARAMETER);