summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientInterceptorAdapter.inl
blob: 9b5622a80c7a1fb296452ba7c47afd66b211b245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- C++ -*-
//
// $Id$

ACE_INLINE
TAO_ClientRequestInterceptor_Adapter::TAO_ClientRequestInterceptor_Adapter
  (TAO_ClientRequestInterceptor_List::TYPE &interceptors,
   TAO_GIOP_Invocation *invocation,
   int &invoke_status)
    : interceptors_ (interceptors),
      invocation_ (invocation),
      invoke_status_ (invoke_status),
      len_ (0),
      stack_size_ (0),
      info_ (0)
{
  this->len_ = interceptors.size ();
}