Go to the documentation of this file.00001
00003
00004 #ifndef EventFilter_SMProxyServer_EventQueueCollection_h
00005 #define EventFilter_SMProxyServer_EventQueueCollection_h
00006
00007 #include "EventFilter/SMProxyServer/interface/EventMsg.h"
00008 #include "EventFilter/StorageManager/interface/QueueCollection.h"
00009
00010 #include <boost/shared_ptr.hpp>
00011
00012 namespace smproxy {
00013
00022 typedef stor::QueueCollection<EventMsg> EventQueueCollection;
00023 typedef boost::shared_ptr<EventQueueCollection> EventQueueCollectionPtr;
00024
00025 }
00026
00027 #endif // EventFilter_SMProxyServer_EventQueueCollection_h
00028
00029
00030
00031
00032
00033
00034
00035
00036