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