22 #ifndef MamdaNewsManagerH
23 #define MamdaNewsManagerH
59 void addBroadcastHeadlineSource (MamaQueue* queue,
66 void clearBroadcastHeadlineSources ();
73 void addBroadcastStorySource (MamaQueue* queue,
81 void clearBroadcastStorySources ();
104 void clearQuerySources ();
134 void requestStory (MamaQueue* queue,
163 void requestStoryLater (MamaQueue* queue,
170 struct MamdaNewsManagerImpl;
171 MamdaNewsManagerImpl&
mImpl;
176 #endif // MamdaNewsManagerH
MamdaQualityListener defines an interface for handling changes in quality notifications for a MamdaSu...
Definition: MamdaQualityListener.h:38
MamdaErrorListener defines an interface for handling error notifications for a MamdaSubscription.
Definition: MamdaErrorListener.h:67
MamdaNewsHeadline represents a news headline and includes information about many types of meta-data a...
Definition: MamdaNewsHeadline.h:47
MamdaNewsHandler is an interface for applications that want to have an easy way to handle news storie...
Definition: MamdaNewsStoryHandler.h:46
Definition: MamdaQuery.h:34
MamdaNewsHandler is an interface for applications that want to have an easy way to handle news headli...
Definition: MamdaNewsHeadlineHandler.h:42
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields...
Definition: MamdaAuctionFields.h:29
MamdaNewsHandler is an interface for applications that want to have an easy way to handle news querie...
Definition: MamdaNewsQueryHandler.h:45
MamdaNewsStory represents a complete text of a news story.
Definition: MamdaNewsStory.h:36
MamdaNewsManager provides a class for managing access to streaming news headlines, headline queries, individual story queries, etc.
Definition: MamdaNewsManager.h:48
MamdaNewsQueryType
Definition: MamdaNewsQuery.h:31
const char * MamdaNewsStoryId
Definition: MamdaNewsTypes.h:30
MamdaNewsManagerImpl & mImpl
Definition: MamdaNewsManager.h:170