summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Synch_Request.inl
blob: cec37afcdac049c61ee418cc6c315fb1925249e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- C++ -*-
//
// $Id$

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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


ACE_INLINE
bool
TAO::CSD::TP_Custom_Synch_Request::wait()
{
  return this->synch_helper_.wait_while_pending();
}

TAO_END_VERSIONED_NAMESPACE_DECL