00001 //$Id: Pluggable_Messaging_Utils.cpp 73791 2006-07-27 20:54:56Z wotte $ 00002 00003 #include "tao/Pluggable_Messaging_Utils.h" 00004 #include "tao/ORB_Core.h" 00005 00006 #if !defined (__ACE_INLINE__) 00007 #include "tao/Pluggable_Messaging_Utils.inl" 00008 #endif /* __ACE_INLINE__ */ 00009 00010 ACE_RCSID (tao, 00011 Pluggable_Messaging_Utils, 00012 "$Id: Pluggable_Messaging_Utils.cpp 73791 2006-07-27 20:54:56Z wotte $") 00013 00014 00015 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00016 00017 TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (TAO_Transport *t) 00018 : input_cdr_ (0) 00019 , transport_ (t) 00020 { 00021 } 00022 00023 TAO_END_VERSIONED_NAMESPACE_DECL