1 #include "tao/CSD_ThreadPool/CSD_TP_Custom_Asynch_Request.h"
3 #if !defined (__ACE_INLINE__)
4 # include "tao/CSD_ThreadPool/CSD_TP_Custom_Asynch_Request.inl"
5 #endif /* ! __ACE_INLINE__ */
7 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
9 TAO::CSD::TP_Custom_Asynch_Request::~TP_Custom_Asynch_Request()
15 TAO::CSD::TP_Custom_Asynch_Request::dispatch_i()
21 catch (const ::CORBA::Exception
&)
23 // Eat these. We probably should log these, but since we have already
24 // unblocked the requesting thread there is no point in saving it or
25 // doing anything with it.
29 // Eat these. We probably should log these, but since we have already
30 // unblocked the requesting thread there is no point in saving it or
31 // doing anything with it.
36 TAO::CSD::TP_Custom_Asynch_Request::cancel_i()
41 TAO_END_VERSIONED_NAMESPACE_DECL