Debugger: UserInterface enhancements.

Add hook to UserInterface to query if Debugger is currently being run
interactively or not. Add corresponding implementations in
{CommandLine,Graphical}UserInterface.
This commit is contained in:
Rene Gollent
2014-06-18 22:25:50 -04:00
parent 778ef3f92b
commit bbf320ecfe
5 changed files with 22 additions and 0 deletions
@@ -191,6 +191,13 @@ GraphicalUserInterface::Terminate()
}
bool
GraphicalUserInterface::IsInteractive() const
{
return true;
}
status_t
GraphicalUserInterface::LoadSettings(const TeamUiSettings* settings)
{