summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-29 21:58:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-29 21:58:52 +0000
commitb217ff7a8cf10ef845c637de8789319033c163f6 (patch)
tree7d67cfd49539a2ff4007cc7da6ca8628df508fac /TAO/tao/Object_Ref_Table.cpp
parentb6a780dd1e02c870855119917b45e3d5ee30e854 (diff)
downloadATCD-b217ff7a8cf10ef845c637de8789319033c163f6.tar.gz
ChangeLogTag:Thu Aug 29 14:48:51 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Object_Ref_Table.cpp')
-rw-r--r--TAO/tao/Object_Ref_Table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index 1fc68f398bb..cefeb86a369 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -33,7 +33,7 @@ TAO_Object_Ref_Table::register_initial_reference (
if (id == 0 || ACE_OS_String::strlen (id) == 0)
ACE_THROW (CORBA::ORB::InvalidName ());
else if (CORBA::is_nil (obj))
- ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 27,
+ ACE_THROW (CORBA::BAD_PARAM (CORBA::OMGVMCID | 27,
CORBA::COMPLETED_NO));
int result = this->bind (id, obj);