00001 // $Id: CSD_TP_Custom_Synch_Request.cpp 71473 2006-03-10 07:19:20Z jtc $ 00002 00003 #include "tao/CSD_ThreadPool/CSD_TP_Custom_Synch_Request.h" 00004 00005 ACE_RCSID (CSD_ThreadPool, 00006 TP_Custom_Synch_Request, 00007 "$Id: CSD_TP_Custom_Synch_Request.cpp 71473 2006-03-10 07:19:20Z jtc $") 00008 00009 #if !defined (__ACE_INLINE__) 00010 # include "tao/CSD_ThreadPool/CSD_TP_Custom_Synch_Request.inl" 00011 #endif /* ! __ACE_INLINE__ */ 00012 00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00014 00015 TAO::CSD::TP_Custom_Synch_Request::~TP_Custom_Synch_Request() 00016 { 00017 } 00018 00019 00020 void 00021 TAO::CSD::TP_Custom_Synch_Request::dispatch_i() 00022 { 00023 this->execute_op(); 00024 this->synch_helper_.dispatched(); 00025 } 00026 00027 00028 void 00029 TAO::CSD::TP_Custom_Synch_Request::cancel_i() 00030 { 00031 this->cancel_op(); 00032 this->synch_helper_.cancelled(); 00033 } 00034 00035 TAO_END_VERSIONED_NAMESPACE_DECL