summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging_Utils.i
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-07 23:49:59 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-07 23:49:59 +0000
commitda02d137389aa68ae028dae8c4c554ddc5c954a8 (patch)
treef581994603321ef174fa5d9ea2a56cf6adbabc28 /TAO/tao/Pluggable_Messaging_Utils.i
parent3df2cd25345cc8585a0b83188a27016d6d966d83 (diff)
downloadATCD-da02d137389aa68ae028dae8c4c554ddc5c954a8.tar.gz
ChangeLogTag: Thu Dec 7 17:36:47 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Pluggable_Messaging_Utils.i')
-rw-r--r--TAO/tao/Pluggable_Messaging_Utils.i15
1 files changed, 1 insertions, 14 deletions
diff --git a/TAO/tao/Pluggable_Messaging_Utils.i b/TAO/tao/Pluggable_Messaging_Utils.i
index 49925c1c803..bff1e9704c0 100644
--- a/TAO/tao/Pluggable_Messaging_Utils.i
+++ b/TAO/tao/Pluggable_Messaging_Utils.i
@@ -2,19 +2,9 @@
//$Id$
-ACE_INLINE
-TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (void)
- : svc_ctx_ (0),
- request_id_ (0),
- reply_status_ (0),
- is_dsi_ (0),
- dsi_nvlist_align_ (0),
- service_context_ (0)
-{
-}
-ACE_INLINE void
+ACE_INLINE void
TAO_Pluggable_Reply_Params::service_context_notowned (IOP::ServiceContextList *svc)
{
this->service_context_ = svc;
@@ -25,6 +15,3 @@ TAO_Pluggable_Reply_Params::service_context_notowned (void)
{
return *this->service_context_;
}
-
-
-