Implement done() for all callbackdispatchers

This commit is contained in:
Micke Prag 2011-10-07 09:37:16 +00:00
parent 27ddbb9eb8
commit a7a59302ef

View file

@ -47,7 +47,6 @@ namespace TelldusCore {
public: public:
CallbackStruct<TDDeviceChangeEvent> *d; CallbackStruct<TDDeviceChangeEvent> *d;
int deviceId, changeEvent, changeType; int deviceId, changeEvent, changeType;
bool doneRunning;
}; };
class TDRawDeviceEventDispatcher : public Thread { class TDRawDeviceEventDispatcher : public Thread {
public: public: