From b11770b30f8b58d20fe2d61846bfa3fc5354ee7e Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sat, 8 Dec 2001 21:59:30 +0000 Subject: Merged corba-env-clean branch. --- TAO/tao/Object_Ref_Table.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TAO/tao/Object_Ref_Table.cpp') 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. } -- cgit v1.2.1