00001 // -*- C++ -*- 00002 // 00003 // This is the forward declaration of the FactoryBase class. 00004 // 00005 #ifndef THEPEG_FactoryBase_FH 00006 #define THEPEG_FactoryBase_FH 00007 00008 #include "ThePEG/Config/Pointers.h" 00009 00010 namespace ThePEG { 00011 class FactoryBase; 00012 ThePEG_DECLARE_POINTERS(ThePEG::FactoryBase,HistFacPtr); 00013 } 00014 00015 #endif