QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RRunner.h
Go to the documentation of this file.
1 #ifndef RRUNNER_H_
2 #define RRUNNER_H_
3 
8 class RRunner {
9  friend class RThread;
10 protected:
11  virtual void run() {
12  // TODO should be pure virtual
13  }
14 };
15 
17 
18 #endif /* RRUNNER_H_ */