summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Ref_Table.cpp')
-rw-r--r--TAO/tao/Object_Ref_Table.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index f4eb8eec30d..b4840ba79e2 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -32,8 +32,8 @@ TAO_Object_Ref_Table::~TAO_Object_Ref_Table (void)
void
TAO_Object_Ref_Table::register_initial_reference (
const char *id,
- CORBA::Object_ptr obj,
- CORBA::Environment &ACE_TRY_ENV)
+ CORBA::Object_ptr obj
+ TAO_ENV_ARG_DECL)
{
if (id == 0)
ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 27,
@@ -75,8 +75,8 @@ TAO_Object_Ref_Table::register_initial_reference (
CORBA::Object_ptr
TAO_Object_Ref_Table::resolve_initial_references (
- const char *id,
- CORBA::Environment &)
+ const char *id
+ TAO_ENV_ARG_DECL_NOT_USED)
{
return this->find (id); // Returns a duplicate.
}