summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging_Utils.cpp
blob: d7f79cecec52fedd13a4a374915a30fd111884bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//$Id$

#include "Pluggable_Messaging_Utils.h"
#include "ORB_Core.h"

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

ACE_RCSID (tao,
           Pluggable_Messaging_Utils,
           "$Id$")


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