Searched refs:MyVFS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp31 class MyVFS : public wxFileSystemHandler class in inherits:wxFileSystemHandler
34 MyVFS() : wxFileSystemHandler() {} function in class:MyVFS
41 bool MyVFS::CanOpen(const wxString& location)
48 wxFSFile* MyVFS::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString& location)
166 wxFileSystem::AddHandler(new MyVFS);

Completed in 114 milliseconds