Remove old code
This commit is contained in:
parent
f7336b34f9
commit
25542e7f90
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public:
|
||||||
void *func, *context;
|
void *func, *context;
|
||||||
};
|
};
|
||||||
|
|
||||||
TDEventDispatcher::TDEventDispatcher(int id, void *func, void *context) //EventDataRef cbd, CallbackStruct *cb, EventRef cbDone)
|
TDEventDispatcher::TDEventDispatcher(int id, void *func, void *context)
|
||||||
:Thread() {
|
:Thread() {
|
||||||
d = new PrivateData;
|
d = new PrivateData;
|
||||||
d->stopEvent = d->eventHandler.addEvent();
|
d->stopEvent = d->eventHandler.addEvent();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue