* Added implementation GraphicalUserInterface for the current GUI. TeamDebugger does no longer know about TeamWindow. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33594 a95241bf-73f2-0310-859d-f6bbb57e9c96
24 lines
311 B
C++
24 lines
311 B
C++
/*
|
|
* Copyright 2009, Ingo Weinhold, [email protected].
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
|
|
|
|
#include "UserInterface.h"
|
|
|
|
|
|
// #pragma mark - UserInterface
|
|
|
|
|
|
UserInterface::~UserInterface()
|
|
{
|
|
}
|
|
|
|
|
|
// #pragma mark - UserInterfaceListener
|
|
|
|
|
|
UserInterfaceListener::~UserInterfaceListener()
|
|
{
|
|
}
|