2 * Copyright (c) 2008 Stephan Aßmus <superstippi@gmx.de>. All rights reserved.
3 * Distributed under the terms of the MIT/X11 license.
5 * Copyright (c) 1999 Mike Steed. You are free to use and distribute this software
6 * as long as it is accompanied by it's documentation and this copyright notice.
7 * The software comes with no warranty, etc.
9 #ifndef CONTROLS_VIEW_H
10 #define CONTROLS_VIEW_H
21 class ControlsView
: public BView
{
24 virtual ~ControlsView();
26 virtual void MessageReceived(BMessage
* msg
);
28 BVolume
* FindDeviceFor(dev_t device
,
33 void ShowInfo(const FileInfo
* info
);
38 VolumeTabView
* fVolumeTabView
;
42 #endif // CONTROLS_VIEW_H