1 #include "tao/Wait_Strategy.h"
3 #if !defined (__ACE_INLINE__)
4 # include "tao/Wait_Strategy.inl"
5 #endif /* __ACE_INLINE__ */
7 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
10 TAO_Wait_Strategy::TAO_Wait_Strategy (TAO_Transport
*transport
)
11 : transport_ (transport
),
12 is_registered_ (false)
17 TAO_Wait_Strategy::~TAO_Wait_Strategy ()
22 TAO_Wait_Strategy::defer_upcall (ACE_Event_Handler
*)
28 TAO_Wait_Strategy::sending_request (TAO_ORB_Core
*, TAO_Message_Semantics
)
34 TAO_Wait_Strategy::finished_request ()
38 TAO_END_VERSIONED_NAMESPACE_DECL