libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / apps / networkstatus / NetworkStatusWindow.h
blob5b259d73fdd63026f8c9ec9e38c1a27e8477b3fa
1 /*
2 * Copyright 2006-2007, 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 NETWORK_STATUS_WINDOW_H
9 #define NETWORK_STATUS_WINDOW_H
12 #include <Window.h>
15 class NetworkStatusWindow : public BWindow {
16 public:
17 NetworkStatusWindow();
18 virtual ~NetworkStatusWindow();
20 virtual bool QuitRequested();
23 #endif // NETWORK_STATUS_WINDOW_H