summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging_Utils.cpp
blob: 28b548ce1df6286be590fe00d932786e8616d527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "tao/Pluggable_Messaging_Utils.h"
#include "tao/ORB_Core.h"

#if !defined (__ACE_INLINE__)
#include "tao/Pluggable_Messaging_Utils.inl"
#endif /* __ACE_INLINE__ */

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (TAO_Transport *t)
  : input_cdr_ (nullptr)
  , transport_ (t)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL