summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Asynch_Request.inl
blob: 4242ce41e5de37ef26bd89d222935c526bb87d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
//
// $Id$

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE
TAO::CSD::TP_Custom_Asynch_Request::TP_Custom_Asynch_Request
                             (TP_Custom_Request_Operation* op,
                              TP_Servant_State*            servant_state)
  : TP_Custom_Request(op,servant_state)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL