diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-04-09 20:47:36 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-04-09 20:47:36 +0000 |
commit | af9ffb4e5653100626f9c1f602e720d6e7fe8cab (patch) | |
tree | 390a0e38dbffcbdcc3e624cf310749249414777a /TAO/tao/RTPortableServer | |
parent | 1ae9b9309168ed722dbf3e63aabf785786765d84 (diff) | |
download | ATCD-af9ffb4e5653100626f9c1f602e720d6e7fe8cab.tar.gz |
ChangeLogTag:Wed Apr 9 15:28:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/RTPortableServer')
-rw-r--r-- | TAO/tao/RTPortableServer/RT_Collocation_Resolver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTPortableServer/RT_Collocation_Resolver.cpp b/TAO/tao/RTPortableServer/RT_Collocation_Resolver.cpp index 67b3e685663..e03bfaa0c87 100644 --- a/TAO/tao/RTPortableServer/RT_Collocation_Resolver.cpp +++ b/TAO/tao/RTPortableServer/RT_Collocation_Resolver.cpp @@ -33,7 +33,7 @@ TAO_RT_Collocation_Resolver::is_collocated (CORBA::Object_ptr object // until <servant_upcall> dies. TAO_Object_Adapter::Servant_Upcall servant_upcall (orb_core); TAO_POA *poa = - servant_upcall.lookup_POA (object->_stubobj ()->profile_in_use ()->object_key () + servant_upcall.lookup_POA (object->_stubobj ()->object_key () ACE_ENV_ARG_PARAMETER); ACE_CHECK_RETURN (0); |