Added a TODO reminder

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7168 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2004-04-06 08:12:18 +00:00
parent ce0b86e9dd
commit fcb11fb123
+5 -2
View File
@@ -359,8 +359,10 @@ void BApplication::Quit()
bool BApplication::QuitRequested()
{
// No windows -- nothing to do.
// TODO: Au contraire, we can have opened windows, and we have
// to quit them.
return BLooper::QuitRequested();
}
//------------------------------------------------------------------------------
void BApplication::Pulse()
{
@@ -905,7 +907,8 @@ bool BApplication::quit_all_windows(bool force)
//------------------------------------------------------------------------------
bool BApplication::window_quit_loop(bool, bool)
{
return false; // not implemented
// TODO: Implement and use in BApplication::QuitRequested()
return false;
}
//------------------------------------------------------------------------------
void BApplication::do_argv(BMessage* message)