summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging_Utils.i
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/Pluggable_Messaging_Utils.i
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/Pluggable_Messaging_Utils.i')
-rw-r--r--TAO/tao/Pluggable_Messaging_Utils.i33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/tao/Pluggable_Messaging_Utils.i b/TAO/tao/Pluggable_Messaging_Utils.i
deleted file mode 100644
index 7a10993036e..00000000000
--- a/TAO/tao/Pluggable_Messaging_Utils.i
+++ /dev/null
@@ -1,33 +0,0 @@
-// -*- C++ -*-
-
-//$Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE
-TAO_Pluggable_Reply_Params_Base::TAO_Pluggable_Reply_Params_Base (void)
- : svc_ctx_ (),
- request_id_ (0),
- reply_status_ (0),
- is_dsi_ (0),
- dsi_nvlist_align_ (0),
- argument_flag_ (0),
- service_context_ (0)
-{
-}
-
-ACE_INLINE void
-TAO_Pluggable_Reply_Params_Base::service_context_notowned (
- IOP::ServiceContextList *svc
- )
-{
- this->service_context_ = svc;
-}
-
-ACE_INLINE IOP::ServiceContextList &
-TAO_Pluggable_Reply_Params_Base::service_context_notowned (void)
-{
- return *this->service_context_;
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL