blob: 5b0ea8553b2986649c9f7bdb9fe7d5344b7c4462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
//$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),
0,
TAO_ENCAP_BYTE_ORDER,
TAO_DEF_GIOP_MAJOR,
TAO_DEF_GIOP_MINOR,
orb_core)
{
}
|