25 #ifndef CPN_REMOTEQUEUEHOLDER_H
26 #define CPN_REMOTEQUEUEHOLDER_H
28 #include "common_priv.h"
49 typedef std::map<Key_t, shared_ptr<RemoteQueueBase> >
QueueMap;
50 typedef std::vector<shared_ptr<RemoteQueueBase> >
QueueList;
55 void AddQueue(shared_ptr<RemoteQueueBase> queue);
std::map< Key_t, shared_ptr< RemoteQueueBase > > QueueMap
A convenience handle for event loops so that one can interrupt a Poll before it times out...
WakeupHandle * GetWakeup()
void AddQueue(shared_ptr< RemoteQueueBase > queue)
void CleanupQueue(Key_t key)
std::vector< shared_ptr< RemoteQueueBase > > QueueList