Wait_Strategy.cpp

Go to the documentation of this file.
00001 // Wait_Strategy.cpp,v 1.36 2006/06/20 06:02:15 jwillemsen Exp
00002 
00003 #include "tao/Wait_Strategy.h"
00004 
00005 ACE_RCSID (tao,
00006            Wait_Strategy,
00007            "Wait_Strategy.cpp,v 1.36 2006/06/20 06:02:15 jwillemsen Exp")
00008 
00009 #if !defined (__ACE_INLINE__)
00010 # include "tao/Wait_Strategy.inl"
00011 #endif /* __ACE_INLINE__ */
00012 
00013 
00014 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00015 
00016 // Constructor.
00017 TAO_Wait_Strategy::TAO_Wait_Strategy (TAO_Transport *transport)
00018   : transport_ (transport),
00019     is_registered_ (false)
00020 
00021 {
00022 }
00023 
00024 // Destructor.
00025 TAO_Wait_Strategy::~TAO_Wait_Strategy (void)
00026 {
00027 }
00028 
00029 int
00030 TAO_Wait_Strategy::sending_request (TAO_ORB_Core * /* orb_core */,
00031                                     int            /* two_way */)
00032 {
00033   return 0;
00034 }
00035 
00036 /*
00037  * Hook to specialize the Wait Strategy
00038  */
00039 //@@ TAO_WAIT_STRATEGY_SPL_ADD_HOOK
00040 
00041 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:28 2006 for TAO by doxygen 1.3.6