00001 #ifndef __cmt_triggers_h__ 00002 #define __cmt_triggers_h__ 00003 00004 #include "cmt_std.h" 00005 #include "cmt_string.h" 00006 00007 class TriggerGenerator 00008 { 00009 public: 00010 static void run (const cmt_string& constituent_name); 00011 }; 00012 00013 #endif