1 #include "tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.h"
3 #if !defined (__ACE_INLINE__)
4 # include "tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.inl"
5 #endif /* ! __ACE_INLINE__ */
8 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
10 TAO::CSD::TP_Collocated_Asynch_Request::~TP_Collocated_Asynch_Request()
16 TAO::CSD::TP_Collocated_Asynch_Request::prepare_for_queue_i()
23 TAO::CSD::TP_Collocated_Asynch_Request::dispatch_i()
29 catch (const ::CORBA::Exception
&)
31 // Eat these. We probably should log these, but since we have already
32 // unblocked the requesting thread there is no point in saving it or
33 // doing anything with it.
37 // Eat these. We probably should log these, but since we have already
38 // unblocked the requesting thread there is no point in saving it or
39 // doing anything with it.
44 TAO::CSD::TP_Collocated_Asynch_Request::cancel_i()
49 TAO_END_VERSIONED_NAMESPACE_DECL