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.
18 ~TestBroadcaster () noexcept
;
22 std::string
const & rc_channelIor
);
26 bool isConnected() const;
30 // protected types and methods
32 // private methods and instance variables
34 CosNotifyChannelAdmin::SequenceProxyPushConsumer_var mv_sequenceProxyPushConsumer
;
35 }; /* end of TestBroadcaster */
38 #endif /* testBroadcaster_h */