1 #ifndef testBroadcaster_h
2 #define testBroadcaster_h
4 #include "bug3688_export.h"
6 #include "orbsvcs/CosNotifyChannelAdminC.h"
10 class bug3688_Export TestBroadcaster
12 // public types and methods
14 /// Default constructor.
23 std::string
const & rc_channelIor
28 bool isConnected( ) const;
32 // protected types and methods
35 // private methods and instance variables
37 CosNotifyChannelAdmin::SequenceProxyPushConsumer_var mv_sequenceProxyPushConsumer
;
39 }; /* end of TestBroadcaster */
42 #endif /* testBroadcaster_h */