summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging_Utils.cpp
blob: 09a8855ee740f5329e30a0bc48dd8dc690afb18c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//$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)
  : svc_ctx_ (0),
    request_id_ (0),
    reply_status_ (0),
    is_dsi_ (0),
    dsi_nvlist_align_ (0),
    input_cdr_ (orb_core->create_input_cdr_data_block (ACE_CDR::DEFAULT_BUFSIZE),
                TAO_ENCAP_BYTE_ORDER,
                orb_core),
    service_context_ (0)
{
}