summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.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/PortableServer/ThruPOA_Object_Proxy_Impl.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h')
-rw-r--r--TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h b/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h
index 93c0832c312..fdb1cf2225d 100644
--- a/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h
+++ b/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h
@@ -48,17 +48,17 @@ public:
virtual ~TAO_ThruPOA_Object_Proxy_Impl (void);
virtual CORBA::Boolean _is_a (const CORBA::Object_ptr target,
- const CORBA::Char *logical_type_id,
- CORBA_Environment &ACE_TRY_ENV);
+ const CORBA::Char *logical_type_id
+ TAO_ENV_ARG_DECL);
#if (TAO_HAS_MINIMUM_CORBA == 0)
- virtual CORBA::Boolean _non_existent (const CORBA::Object_ptr target,
- CORBA_Environment &ACE_TRY_ENV);
+ virtual CORBA::Boolean _non_existent (const CORBA::Object_ptr target
+ TAO_ENV_ARG_DECL);
virtual CORBA_InterfaceDef_ptr _get_interface (
- const CORBA::Object_ptr target,
- CORBA_Environment &ACE_TRY_ENV
+ const CORBA::Object_ptr target
+ TAO_ENV_ARG_DECL
);
#endif /* TAO_HAS_MINIMUM_CORBA == 0 */