source:
trunk/FACT++/src/MainImp.h@
17431
      
      | Last change on this file since 17431 was 13651, checked in by , 13 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.
    
