#include <LF_Strategy_Null.h>
Inheritance diagram for TAO_LF_Strategy_Null:


Public Member Functions | |
| TAO_LF_Strategy_Null (void) | |
| Constructor. | |
Virtual Methods | |
| virtual | ~TAO_LF_Strategy_Null (void) |
| virtual void | set_upcall_thread (TAO_Leader_Follower &) |
| virtual int | set_event_loop_thread (ACE_Time_Value *max_wait_time, TAO_Leader_Follower &) |
| virtual void | reset_event_loop_thread (int call_reset, TAO_Leader_Follower &) |
Definition at line 32 of file LF_Strategy_Null.h.
|
|
Constructor.
Definition at line 4 of file LF_Strategy_Null.inl.
00005 {
00006 }
|
|
|
Definition at line 14 of file LF_Strategy_Null.cpp.
00015 {
00016 }
|
|
||||||||||||
|
Implements TAO_LF_Strategy. Definition at line 31 of file LF_Strategy_Null.cpp.
00033 {
00034 }
|
|
||||||||||||
|
Implements TAO_LF_Strategy. Definition at line 24 of file LF_Strategy_Null.cpp.
00026 {
00027 return 0;
00028 }
|
|
|
Implements TAO_LF_Strategy. Definition at line 19 of file LF_Strategy_Null.cpp.
00020 {
00021 }
|
1.3.6