Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / CSD_ThreadPool / CSD_TP_Request.cpp
blobf65f202d6b62cecc017908680017e620815fb1e9
1 #include "tao/CSD_ThreadPool/CSD_TP_Request.h"
3 #if !defined (__ACE_INLINE__)
4 # include "tao/CSD_ThreadPool/CSD_TP_Request.inl"
5 #endif /* ! __ACE_INLINE__ */
7 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
9 TAO::CSD::TP_Request::~TP_Request()
14 void
15 TAO::CSD::TP_Request::prepare_for_queue_i()
17 // Default implementation is to do nothing. Subclasses can provide
18 // their own implementation if needed.
21 TAO_END_VERSIONED_NAMESPACE_DECL