diff base/Thread.h @ 392:183ee2a55fc7

* More work to abstract out interactive components used in the data library, so that it does not need to depend on QtGui.
author Chris Cannam
date Fri, 14 Mar 2008 17:14:21 +0000
parents 85bf384db35f
children 115f60df1e4d
line wrap: on
line diff
--- a/base/Thread.h	Thu Mar 13 14:06:03 2008 +0000
+++ b/base/Thread.h	Fri Mar 14 17:14:21 2008 +0000
@@ -31,6 +31,9 @@
 public slots:
     void start();
 
+protected:
+    virtual void run() = 0;
+
 private:    
     Type m_type;
 };