00001 //$Id: Pluggable_Messaging_Utils.cpp 79705 2007-09-24 07:45:37Z johnnyw $ 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 79705 2007-09-24 07:45:37Z johnnyw $") 00013 00014 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00015 00016 TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (TAO_Transport *t) 00017 : input_cdr_ (0) 00018 , transport_ (t) 00019 { 00020 } 00021 00022 TAO_END_VERSIONED_NAMESPACE_DECL