Wait_Strategy.cpp

Go to the documentation of this file.
00001 // $Id: Wait_Strategy.cpp 76624 2007-01-26 12:11:02Z johnnyw $
00002 
00003 #include "tao/Wait_Strategy.h"
00004 
00005 //@@ WAIT_STRATEGY_SPL_COPY_HOOK_START
00006 
00007 ACE_RCSID (tao,
00008            Wait_Strategy,
00009            "$Id: Wait_Strategy.cpp 76624 2007-01-26 12:11:02Z johnnyw $")
00010 
00011 #if !defined (__ACE_INLINE__)
00012 # include "tao/Wait_Strategy.inl"
00013 #endif /* __ACE_INLINE__ */
00014 
00015 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00016 
00017 // Constructor.
00018 TAO_Wait_Strategy::TAO_Wait_Strategy (TAO_Transport *transport)
00019   : transport_ (transport),
00020     is_registered_ (false)
00021 
00022 {
00023 }
00024 
00025 // Destructor.
00026 TAO_Wait_Strategy::~TAO_Wait_Strategy (void)
00027 {
00028 }
00029 
00030 /*
00031  * Hook to comment out this method in the lf wait strategy
00032  */
00033 //@@ LF_WAIT_STRATEGY_SPL_COMMENT_HOOK_START
00034 int
00035 TAO_Wait_Strategy::sending_request (TAO_ORB_Core *, int)
00036 {
00037   return 0;
00038 }
00039 //@@ LF_WAIT_STRATEGY_SPL_COMMENT_HOOK_END
00040 
00041 /*
00042  * Hook to specialize the Wait Strategy
00043  */
00044 //@@ TAO_WAIT_STRATEGY_SPL_ADD_HOOK
00045 
00046 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:37:53 2010 for TAO by  doxygen 1.4.7