]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fs_arc.h
Add interface declarations for stock file system handlers.
[wxWidgets.git] / interface / wx / fs_arc.h
diff --git a/interface/wx/fs_arc.h b/interface/wx/fs_arc.h
new file mode 100644 (file)
index 0000000..1b88d48
--- /dev/null
@@ -0,0 +1,20 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/fs_arc.h
+// Purpose:     Archive file system
+// Author:      Vaclav Slavik, Mike Wetherell
+// Copyright:   (c) 1999 Vaclav Slavik, (c) 2006 Mike Wetherell
+// CVS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+
+class wxArchiveFSHandler : public wxFileSystemHandler
+{
+public:
+    wxArchiveFSHandler();
+    virtual ~wxArchiveFSHandler();
+    void Cleanup();
+};
+
+
+typedef wxArchiveFSHandler wxZipFSHandler;