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:
Ingo Weinhold 2002-08-05 00:55:13 +00:00
parent dc7dfa74f4
commit 6a75716301
1 changed files with 6 additions and 0 deletions

View File

@ -131,6 +131,12 @@ BLooper::~BLooper()
}
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
// BApplication. In fact here it doesn't work too well either. When the
// looper thread encounters a _QUIT_ message it deletes the BLooper object