summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 11:38:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 11:38:01 +0000
commit185ccfcca53232f6d38f88960c468eb8551f0d44 (patch)
tree18f33c20f4fef52196dedc3ba1c71b87aba8510c /TAO/tao/Stub.cpp
parent24ed4bd463a8f84635306aae64caf6b815f929da (diff)
downloadATCD-185ccfcca53232f6d38f88960c468eb8551f0d44.tar.gz
Tue Jul 31 11:36:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Stub.cpp')
-rw-r--r--TAO/tao/Stub.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Stub.cpp b/TAO/tao/Stub.cpp
index 29802a00e39..6aca6b2c961 100644
--- a/TAO/tao/Stub.cpp
+++ b/TAO/tao/Stub.cpp
@@ -443,8 +443,7 @@ TAO_Stub::get_cached_policy (TAO_Cached_Policy_Type type)
if (CORBA::is_nil (result.in ()))
{
- result =
- this->orb_core_->get_cached_policy_including_current (type);
+ result = this->orb_core_->get_cached_policy_including_current (type);
}
return result._retn ();