=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / CSD_ThreadPool / CSD_TP_Custom_Synch_Request.cpp
blobdc4c891fe5ea6df66e4797bed3f8ae60649caf5f
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()
14 void
15 TAO::CSD::TP_Custom_Synch_Request::dispatch_i()
17 this->execute_op();
18 this->synch_helper_.dispatched();
22 void
23 TAO::CSD::TP_Custom_Synch_Request::cancel_i()
25 this->cancel_op();
26 this->synch_helper_.cancelled();
29 TAO_END_VERSIONED_NAMESPACE_DECL