diff options
Diffstat (limited to 'TAO/tao/Pluggable_Messaging_Utils.inl')
-rw-r--r-- | TAO/tao/Pluggable_Messaging_Utils.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Pluggable_Messaging_Utils.inl b/TAO/tao/Pluggable_Messaging_Utils.inl index e067d668d8f..aaef69fee3a 100644 --- a/TAO/tao/Pluggable_Messaging_Utils.inl +++ b/TAO/tao/Pluggable_Messaging_Utils.inl @@ -3,7 +3,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE -TAO_Pluggable_Reply_Params_Base::TAO_Pluggable_Reply_Params_Base (void) +TAO_Pluggable_Reply_Params_Base::TAO_Pluggable_Reply_Params_Base () : svc_ctx_ (), request_id_ (0), is_dsi_ (0), @@ -47,7 +47,7 @@ TAO_Pluggable_Reply_Params_Base::service_context_notowned ( } ACE_INLINE IOP::ServiceContextList & -TAO_Pluggable_Reply_Params_Base::service_context_notowned (void) +TAO_Pluggable_Reply_Params_Base::service_context_notowned () { return *this->service_context_; } |