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