2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
9 #include "ProbeWindow.h"
14 class FileWindow
: public ProbeWindow
{
16 FileWindow(BRect rect
, entry_ref
*ref
, const BMessage
*settings
= NULL
);
18 virtual bool QuitRequested();
19 virtual bool Contains(const entry_ref
&ref
, const char *attribute
);
22 ProbeView
*fProbeView
;
25 #endif /* FILE_WINDOW_H */