00001 #ifndef __RUNTIMESFACTORY_H__ 00002 #define __RUNTIMESFACTORY_H__ 00003 00004 #include "PHGenericFactoryT.h" 00005 #include "RunTimes.h" 00006 00011 typedef PHGenericFactoryT<RunTimes> RunTimesFactory; 00012 00013 #endif