50 #ifndef _InteractiveChannelManager_H_
51 #define _InteractiveChannelManager_H_
53 #include "IInteractiveChannelManager.h"
69 set<IInteractiveChannel*>* ics;
70 map<string, IInteractiveChannel*>* urisIcs;
76 bool hasInteractiveChannel();
80 set<IInteractiveChannel*>* getInteractiveChannels();
86 void clearInteractiveChannelManager();
89 void releaseInteractiveChannels();
92 void performPendingUrls();
95 static void* asyncPerform(
void* thiz);
Definition: IInteractiveChannelManager.h:65
Definition: IInteractiveChannel.h:66
Definition: InteractiveChannelManager.h:67