2 * Copyright 2008-2010, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
8 #ifndef BOOT_MANAGER_WINDOW_H
9 #define BOOT_MANAGER_WINDOW_H
14 #include "BootManagerController.h"
20 class BootManagerWindow
: public BWindow
{
23 virtual ~BootManagerWindow();
25 virtual void MessageReceived(BMessage
* message
);
26 virtual bool QuitRequested();
29 BootManagerController fController
;
30 WizardView
* fWizardView
;
34 #endif // BOOT_MANAGER_WINDOW_H