source: trunk/FACT++/src/MainImp.h@ 13453

Last change on this file since 13453 was 12957, checked in by tbretz, 13 years ago
File size: 135 bytes
Line 
1#ifndef FACT_MainImp
2#define FACT_MainImp
3
4class MainImp
5{
6public:
7 virtual ~MainImp() {}
8 virtual int Run(bool) = 0;
9};
10
11#endif
Note: See TracBrowser for help on using the repository browser.