1 #include "tao/CSD_ThreadPool/CSD_TP_Custom_Synch_Request.h"
3 #if !defined (__ACE_INLINE__)
4 # include "tao/CSD_ThreadPool/CSD_TP_Custom_Synch_Request.inl"
5 #endif /* ! __ACE_INLINE__ */
7 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
9 TAO::CSD::TP_Custom_Synch_Request::~TP_Custom_Synch_Request()
15 TAO::CSD::TP_Custom_Synch_Request::dispatch_i()
18 this->synch_helper_
.dispatched();
23 TAO::CSD::TP_Custom_Synch_Request::cancel_i()
26 this->synch_helper_
.cancelled();
29 TAO_END_VERSIONED_NAMESPACE_DECL