summaryrefslogtreecommitdiff
path: root/TAO/tao/svrrqst.i
blob: c89917e7c67aab8cb76eabf60b28cff7abe3f1b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ACE_INLINE
IIOP_ServerRequest::IIOP_ServerRequest(CDR *msg,
                                       CORBA::ORB_ptr the_orb,
                                       CORBA::BOA_ptr the_boa)
  : incoming_ (msg),
    params_ (0), 
    retval_ (0),
    exception_ (0),
    ex_type_ (CORBA::NO_EXCEPTION),
    refcount_ (1),
    orb_ (the_orb),
    boa_ (the_boa)
{}