blob: d954c8299b31ba22c268c346400548f0ba2e34b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//$Id$
#include "tao/Pluggable_Messaging_Utils.h"
#include "tao/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_ORB_Core *orb_core
)
: input_cdr_ (orb_core->create_input_cdr_data_block (
ACE_CDR::DEFAULT_BUFSIZE
),
TAO_ENCAP_BYTE_ORDER,
orb_core)
{
}
|