]>
git.saurik.com Git - wxWidgets.git/blob - interface/wx/fs_inet.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: HTTP and FTP file system
4 // Author: Vaclav Slavik
5 // Copyright: (c) 1999 Vaclav Slavik
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
10 @class wxInternetFSHandler
12 A file system handler for accessing files from internet servers.
14 class wxInternetFSHandler
: public wxFileSystemHandler
17 wxInternetFSHandler();