#include "transmhandler.h" CTransmHandler::CTransmHandler() { file_ = std::make_shared(); } wxFSFile* CTransmHandler::OpenFile(wxFileSystem& fs, const wxString& name) { int a = 0; return nullptr; } bool CTransmHandler::CanOpen(const wxString& location) { return location.StartsWith(wxT("transm://")); } wxString CTransmHandler::FindFirst(const wxString& spec, int flags) { return wxString(); }