#include "tao/Leader_Follower_Flushing_Strategy.h"#include "tao/LF_Follower.h"#include "tao/Leader_Follower.h"#include "tao/Transport.h"#include "tao/Queued_Message.h"#include "tao/ORB_Core.h"
Go to the source code of this file.
Functions | |
| ACE_RCSID (tao, Leader_Follower_Flushing_Strategy,"$Id: Leader_Follower_Flushing_Strategy.cpp 86672 2009-09-09 12:42:07Z vzykov $") 1 int TAO_Leader_Follower_Flushing_Strategy | |
| ACE_RCSID | ( | tao | , | |
| Leader_Follower_Flushing_Strategy | , | |||
| "$Id: Leader_Follower_Flushing_Strategy.cpp 86672 2009-09-09 12:42:07Z vzykov $" | ||||
| ) |
Definition at line 10 of file Leader_Follower_Flushing_Strategy.cpp.
00012 : Leader_Follower_Flushing_Strategy.cpp 86672 2009-09-09 12:42:07Z vzykov $") 00013 00014 00015 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00016 00017 int 00018 TAO_Leader_Follower_Flushing_Strategy::schedule_output (TAO_Transport *transport) 00019 { 00020 return transport->schedule_output_i (); 00021 }
1.6.1