2 * Copyright 2004-2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
15 class OpenWindow
: public BWindow
{
18 virtual ~OpenWindow();
20 virtual void MessageReceived(BMessage
* message
);
21 virtual bool QuitRequested();
23 static void CollectDevices(BMenu
* menu
,
24 BEntry
* startEntry
= NULL
);
30 #endif /* OPEN_WINDOW_H */