CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/EventFilter/SMProxyServer/interface/EventQueueCollection.h

Go to the documentation of this file.
00001 // $Id: EventQueueCollection.h,v 1.2 2011/03/07 15:41:54 mommsen Exp $
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 } // namespace smproxy
00026 
00027 #endif // EventFilter_SMProxyServer_EventQueueCollection_h 
00028 
00029 
00030 
00031 // emacs configuration
00032 // Local Variables: -
00033 // mode: c++ -
00034 // c-basic-offset: 2 -
00035 // indent-tabs-mode: nil -
00036 // End: -