source: CMT/v1r12p20020606/src/cmt_triggers.h @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 214 bytes
Line 
1#ifndef __cmt_triggers_h__
2#define __cmt_triggers_h__
3
4#include "cmt_std.h"
5#include "cmt_string.h"
6
7class TriggerGenerator
8{
9public:
10  static void run (const cmt_string& constituent_name);
11};
12
13#endif
Note: See TracBrowser for help on using the repository browser.