summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-24 23:36:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-24 23:36:23 +0000
commit8086aaee3f9d3a756789eccac61993877e79644f (patch)
tree3e9c6ae41409e8d2f05d6e203616e2b6c6e1096f /TAO/tao/Object_Ref_Table.cpp
parent326807f27d1ad31b16cf8a937e07778ab0d79827 (diff)
downloadATCD-8086aaee3f9d3a756789eccac61993877e79644f.tar.gz
ChangeLogTag:Thu May 24 16:34:37 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Object_Ref_Table.cpp')
-rw-r--r--TAO/tao/Object_Ref_Table.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index b9299716b1c..c883296595d 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -34,14 +34,14 @@ TAO_Object_Ref_Table::register_initial_reference (
CORBA::Environment &ACE_TRY_ENV)
{
if (id == 0)
- ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 24,
+ ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 27,
CORBA::COMPLETED_NO));
else if (ACE_OS_String::strlen (id) == 0)
- ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 24,
+ ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 27,
CORBA::COMPLETED_NO));
if (CORBA::is_nil (obj))
- ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 24,
+ ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 27,
CORBA::COMPLETED_NO));
int result = this->bind (id, obj);