#include "remotefile.h" CRemoteFile::CRemoteFile() { } CRemoteFile::~CRemoteFile() { } bool CRemoteFile::Open(const char* filename) { return false; }