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:
@@ -359,8 +359,10 @@ void BApplication::Quit()
|
|||||||
bool BApplication::QuitRequested()
|
bool BApplication::QuitRequested()
|
||||||
{
|
{
|
||||||
// No windows -- nothing to do.
|
// No windows -- nothing to do.
|
||||||
|
// TODO: Au contraire, we can have opened windows, and we have
|
||||||
|
// to quit them.
|
||||||
|
|
||||||
return BLooper::QuitRequested();
|
return BLooper::QuitRequested();
|
||||||
}
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
void BApplication::Pulse()
|
void BApplication::Pulse()
|
||||||
{
|
{
|
||||||
@@ -905,7 +907,8 @@ bool BApplication::quit_all_windows(bool force)
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
bool BApplication::window_quit_loop(bool, bool)
|
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)
|
void BApplication::do_argv(BMessage* message)
|
||||||
|
|||||||
Reference in New Issue
Block a user