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

Last change on this file since 14450 was 13651, checked in by tbretz, 12 years ago
Added a virtual function to be used in RemoteControl to get back to DimCtrl.
File size: 167 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 virtual void Stop(int) = 0;
10};
11
12#endif
Note: See TracBrowser for help on using the repository browser.