Add interface declarations for stock file system handlers.
[wxWidgets.git] / interface / wx / fs_filter.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/fs_filter.h
3 // Purpose: Filter file system handler
4 // Author: Mike Wetherell
5 // Copyright: (c) 2006 Mike Wetherell
6 // CVS-ID: $Id$
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
9
10
11 class wxFilterFSHandler : public wxFileSystemHandler
12 {
13 public:
14 wxFilterFSHandler();
15 virtual ~wxFilterFSHandler();
16 };
17