summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-17 07:38:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-17 07:38:25 +0000
commit939bcad005305444ca19372fba136007531ee0c9 (patch)
tree94df81fcfbd627be8d2c9f2b87f4b58c73354d35 /TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
parent5cbce50aa988e08fa47ff1d0fd4c8610ff0887a9 (diff)
downloadATCD-939bcad005305444ca19372fba136007531ee0c9.tar.gz
ChangeLogTag: Fri Oct 17 07:37:15 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
index ad3638fa1e9..70c495471ec 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
@@ -51,7 +51,9 @@ template <class EC_PROXY_ADMIN, class Proxy,
typename FT_ProxyAdmin<EC_PROXY_ADMIN, Proxy, ProxyInterface, State>::ProxyInterface_ptr
FT_ProxyAdmin<EC_PROXY_ADMIN, Proxy, ProxyInterface, State>::obtain_proxy (ACE_ENV_SINGLE_ARG_DECL)
{
- CORBA::Any_var any = Request_Context_Repository().get_cached_result();
+ CORBA::Any_var any = Request_Context_Repository().get_cached_result(ACE_ENV_SINGLE_ARG_PARAMETER);
+ ACE_CHECK_RETURN(0);
+
CORBA::Object_var obj;
if (*any >>= CORBA::Any::to_object(obj))
return ProxyInterface::_narrow(obj.in() ACE_ENV_ARG_PARAMETER);