2 * Copyright 2002-2007 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT license.
9 #include <Application.h>
18 class DriveSetup
: public BApplication
{
21 virtual ~DriveSetup();
23 virtual void ReadyToRun();
24 virtual bool QuitRequested();
27 status_t
_StoreSettings();
28 status_t
_RestoreSettings();
29 status_t
_GetSettingsFile(BFile
& file
,
30 bool forWriting
) const;
38 #endif // DRIVE_SETUP_H