CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StreamQueue.h
Go to the documentation of this file.
1 // $Id: StreamQueue.h,v 1.4 2011/03/07 15:31:32 mommsen Exp $
3 
4 #ifndef EventFilter_StorageManager_StreamQueue_h
5 #define EventFilter_StorageManager_StreamQueue_h
6 
7 #include "boost/shared_ptr.hpp"
10 
11 namespace stor {
12 
22  typedef boost::shared_ptr<StreamQueue> StreamQueuePtr;
23 
24 } // namespace stor
25 
26 #endif // EventFilter_StorageManager_StreamQueue_h
27 
28 
ConcurrentQueue< I2OChain > StreamQueue
Definition: StreamQueue.h:21
boost::shared_ptr< StreamQueue > StreamQueuePtr
Definition: StreamQueue.h:22