EC_Group_Scheduling.cpp

Go to the documentation of this file.
00001 // $Id: EC_Group_Scheduling.cpp 76589 2007-01-25 18:04:11Z elliott_c $
00002 
00003 #include "orbsvcs/Event/EC_Group_Scheduling.h"
00004 #include "orbsvcs/Event/EC_QOS_Info.h"
00005 #include "orbsvcs/Event/EC_Supplier_Filter.h"
00006 
00007 #if ! defined (__ACE_INLINE__)
00008 #include "orbsvcs/Event/EC_Group_Scheduling.inl"
00009 #endif /* __ACE_INLINE__ */
00010 
00011 ACE_RCSID(Event, EC_Group_Scheduling, "$Id: EC_Group_Scheduling.cpp 76589 2007-01-25 18:04:11Z elliott_c $")
00012 
00013 void
00014 TAO_EC_Group_Scheduling::add_proxy_supplier_dependencies (
00015       TAO_EC_ProxyPushSupplier *,
00016       TAO_EC_ProxyPushConsumer *)
00017 {
00018 }
00019 
00020 void
00021 TAO_EC_Group_Scheduling::schedule_event (const RtecEventComm::EventSet &event,
00022                                         TAO_EC_ProxyPushConsumer *,
00023                                         TAO_EC_Supplier_Filter *filter)
00024 {
00025   TAO_EC_QOS_Info event_info;
00026   // @@ yuck...
00027   filter->push_scheduled_event (const_cast<RtecEventComm::EventSet&> (event),
00028                                 event_info);
00029 }

Generated on Tue Feb 2 17:44:05 2010 for TAO_RTEvent by  doxygen 1.4.7