LF_Strategy_Null.cpp

Go to the documentation of this file.
00001 // LF_Strategy_Null.cpp,v 1.4 2006/03/10 07:19:18 jtc Exp
00002 
00003 #include "tao/Strategies/LF_Strategy_Null.h"
00004 
00005 #if !defined (__ACE_INLINE__)
00006 # include "tao/Strategies/LF_Strategy_Null.inl"
00007 #endif /* __ACE_INLINE__ */
00008 
00009 ACE_RCSID(tao, LF_Strategy_Null, "LF_Strategy_Null.cpp,v 1.4 2006/03/10 07:19:18 jtc Exp")
00010 
00011 
00012 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00013 
00014 TAO_LF_Strategy_Null::~TAO_LF_Strategy_Null (void)
00015 {
00016 }
00017 
00018 void
00019 TAO_LF_Strategy_Null::set_upcall_thread (TAO_Leader_Follower &)
00020 {
00021 }
00022 
00023 int
00024 TAO_LF_Strategy_Null::set_event_loop_thread (ACE_Time_Value *,
00025                                              TAO_Leader_Follower &)
00026 {
00027   return 0;
00028 }
00029 
00030 void
00031 TAO_LF_Strategy_Null::reset_event_loop_thread (int,
00032                                                TAO_Leader_Follower &)
00033 {
00034 }
00035 
00036 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 13:39:29 2006 for TAO_Strategies by doxygen 1.3.6