1 #include "tao/CSD_ThreadPool/CSD_TP_Remote_Request.h"
3 #if !defined (__ACE_INLINE__)
4 # include "tao/CSD_ThreadPool/CSD_TP_Remote_Request.inl"
5 #endif /* ! __ACE_INLINE__ */
7 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
9 TAO::CSD::TP_Remote_Request::~TP_Remote_Request()
14 TAO::CSD::TP_Remote_Request::prepare_for_queue_i()
21 TAO::CSD::TP_Remote_Request::dispatch_i()
27 catch (const ::CORBA::Exception
&)
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.
35 // Eat these. We probably should log these, but since we have already
36 // unblocked the requesting thread there is no point in saving it or
37 // doing anything with it.
43 TAO::CSD::TP_Remote_Request::cancel_i()
48 TAO_END_VERSIONED_NAMESPACE_DECL