Added TODO items in the destructor.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@579 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dc7dfa74f4
commit
6a75716301
@ -131,6 +131,12 @@ BLooper::~BLooper()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Lock();
|
Lock();
|
||||||
|
|
||||||
|
// TODO: delete fLastMessage;
|
||||||
|
// In case the looper thread calls Quit() fLast message is not deleted.
|
||||||
|
|
||||||
|
// TODO: Close the message port and read and reply to the remaining messages.
|
||||||
|
|
||||||
// bonefish: Killing the looper thread doesn't work very well with
|
// bonefish: Killing the looper thread doesn't work very well with
|
||||||
// BApplication. In fact here it doesn't work too well either. When the
|
// BApplication. In fact here it doesn't work too well either. When the
|
||||||
// looper thread encounters a _QUIT_ message it deletes the BLooper object
|
// looper thread encounters a _QUIT_ message it deletes the BLooper object
|
||||||
|
Loading…
Reference in New Issue
Block a user