summaryrefslogtreecommitdiff
path: root/TAO/tao/svrrqst.i
blob: fe56464b028a47352a920683a3a9e6e8a042e2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
ACE_INLINE CDR &
IIOP_ServerRequest::incoming (void)
{
  return *this->incoming_;
}

ACE_INLINE CDR &
IIOP_ServerRequest::outgoing (void)
{
  return *this->outgoing_;
}