summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commit63165b00e2d667e39e15cf084128d94a563d484e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/Object_Ref_Table.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/Object_Ref_Table.h')
-rw-r--r--TAO/tao/Object_Ref_Table.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Object_Ref_Table.h b/TAO/tao/Object_Ref_Table.h
index af4f57055d9..8dd4f0e30ca 100644
--- a/TAO/tao/Object_Ref_Table.h
+++ b/TAO/tao/Object_Ref_Table.h
@@ -61,14 +61,14 @@ public:
/// Register an object reference with the table, and map the given
/// ID to it.
void register_initial_reference (const char * id,
- CORBA::Object_ptr obj,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Object_ptr obj
+ TAO_ENV_ARG_DECL);
/// Return the object reference associated with the given ID.
/// A duplicate is returned.
CORBA::Object_ptr resolve_initial_references (
- const char * id,
- CORBA::Environment &ACE_TRY_ENV);
+ const char * id
+ TAO_ENV_ARG_DECL);
/// Explicitly destroy the contents of the object reference table.
void destroy (void);