00001 // -*- C++ -*- 00002 #ifndef ThePEG_Command_FH 00003 #define ThePEG_Command_FH 00004 // 00005 // This is the forward declaration of the Command and CommandBase classes. 00006 // 00007 00008 namespace ThePEG { 00009 00010 class CommandBase; 00011 00012 template <class T> 00013 class Command; 00014 00015 } 00016 00017 #endif /* ThePEG_Command_FH */