Add interface declarations for stock file system handlers.
[wxWidgets.git] / interface / wx / fs_inet.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/fs_inet.h
3 // Purpose: HTTP and FTP file system
4 // Author: Vaclav Slavik
5 // Copyright: (c) 1999 Vaclav Slavik
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
8
9 class wxInternetFSHandler : public wxFileSystemHandler
10 {
11 public:
12 wxInternetFSHandler();
13 };
14