ModuleList.h

00001 
00002 #ifndef SCT_SCTAPI_MODULELIST_H
00003 #define SCT_SCTAPI_MODULELIST_H
00004 
00005 #include <list>
00006 #include <string>
00007 
00008 namespace SctApi {
00009   typedef std::list<std::string> ModuleList;
00010 };
00011 
00012 #endif
00013 

Generated on Mon Feb 6 14:01:23 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6