Pluggable_Messaging_Utils.i

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //Pluggable_Messaging_Utils.i,v 1.9 2005/11/02 11:03:26 ossama Exp
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE
00008 TAO_Pluggable_Reply_Params_Base::TAO_Pluggable_Reply_Params_Base (void)
00009   : svc_ctx_ (),
00010     request_id_ (0),
00011     reply_status_ (0),
00012     is_dsi_ (0),
00013     dsi_nvlist_align_ (0),
00014     argument_flag_ (0),
00015     service_context_ (0)
00016 {
00017 }
00018 
00019 ACE_INLINE void
00020 TAO_Pluggable_Reply_Params_Base::service_context_notowned (
00021     IOP::ServiceContextList *svc
00022   )
00023 {
00024   this->service_context_ = svc;
00025 }
00026 
00027 ACE_INLINE IOP::ServiceContextList &
00028 TAO_Pluggable_Reply_Params_Base::service_context_notowned (void)
00029 {
00030   return *this->service_context_;
00031 }
00032 
00033 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:20 2006 for TAO by doxygen 1.3.6