]> git.saurik.com Git - wxWidgets.git/blame_incremental - interface/wx/fs_arc.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / interface / wx / fs_arc.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/fs_arc.h
3// Purpose: Archive file system
4// Author: Vaclav Slavik, Mike Wetherell
5// Copyright: (c) 1999 Vaclav Slavik, (c) 2006 Mike Wetherell
6// Licence: wxWindows licence
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10 @class wxArchiveFSHandler
11
12 A file system handler for accessing files inside of archives.
13*/
14class wxArchiveFSHandler : public wxFileSystemHandler
15{
16public:
17 wxArchiveFSHandler();
18 virtual ~wxArchiveFSHandler();
19 void Cleanup();
20};
21
22
23typedef wxArchiveFSHandler wxZipFSHandler;