add possibility to do things after thread start.. but before setting the thread to...
[vuplus_dvbapp] / lib / base / thread.h
index f6c750a..94cdd47 100644 (file)
@@ -18,6 +18,7 @@ public:
        void run(int prio=0, int policy=0);
 
        virtual void thread()=0;
+       virtual void before_set_thread_alive() { }
        virtual void thread_finished() { }
        void sendSignal(int sig);