BTRFS: Implement BTree::Path and change _Find.
[haiku.git] / src / apps / powerstatus / PowerStatusWindow.h
blobf3ab170c71e2a0c70d7518a65074591a339bf690
1 /*
2 * Copyright 2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Axel Dörfler, axeld@pinc-software.de
7 */
8 #ifndef POWER_STATUS_WINDOW_H
9 #define POWER_STATUS_WINDOW_H
12 #include <Window.h>
15 class PowerStatusWindow : public BWindow {
16 public:
17 PowerStatusWindow();
18 virtual ~PowerStatusWindow();
20 virtual bool QuitRequested();
23 #endif // POWER_STATUS_WINDOW_H