summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-07-22 12:52:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-07-22 12:52:21 +0000
commitc914022f0df610713acefa1cf58986e16ce95018 (patch)
tree2c92b08b74348173728509e939308bcff0585074 /TAO/tao/RTCORBA
parent117140157fbd6be27228f6973b851db6b0313a85 (diff)
downloadATCD-c914022f0df610713acefa1cf58986e16ce95018.tar.gz
Diffstat (limited to 'TAO/tao/RTCORBA')
-rw-r--r--TAO/tao/RTCORBA/RT_Stub.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA/RT_Stub.cpp b/TAO/tao/RTCORBA/RT_Stub.cpp
index 7d524757165..2dd43dc5058 100644
--- a/TAO/tao/RTCORBA/RT_Stub.cpp
+++ b/TAO/tao/RTCORBA/RT_Stub.cpp
@@ -166,6 +166,8 @@ TAO_RT_Stub::get_cached_policy (TAO_Cached_Policy_Type type)
{
return this->effective_client_protocol ();
}
+ default:
+ break;
}
return this->TAO_Stub::get_cached_policy (type);