summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Stub.cpp')
-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);