summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Stub.h')
-rw-r--r--TAO/tao/RTCORBA/RT_Stub.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/RTCORBA/RT_Stub.h b/TAO/tao/RTCORBA/RT_Stub.h
index 4a9fdbe8d87..cdc16fd9a81 100644
--- a/TAO/tao/RTCORBA/RT_Stub.h
+++ b/TAO/tao/RTCORBA/RT_Stub.h
@@ -63,15 +63,12 @@ public:
* policy type. Returns the effective override for all other policy
* types.
*/
- CORBA::Policy_ptr get_policy (CORBA::PolicyType type
- );
+ CORBA::Policy_ptr get_policy (CORBA::PolicyType type);
- CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type
- );
+ CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type);
TAO_Stub* set_policy_overrides (const CORBA::PolicyList & policies,
- CORBA::SetOverrideType set_add
- );
+ CORBA::SetOverrideType set_add);
#endif /* TAO_HAS_CORBA_MESSAGING */