source:
branches/testFACT++branch/src/MainImp.h@
18481
Last change on this file since 18481 was 13651, checked in by , 12 years ago | |
---|---|
File size: 167 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 | virtual void Stop(int) = 0; |
10 | }; |
11 | |
12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.