1 #ifndef STORAGE_FACTORY_REMOTE_FILE_H 2 # define STORAGE_FACTORY_REMOTE_FILE_H 14 static std::unique_ptr<Storage>
get (
int localfd,
const std::string &
name,
18 void close (
void)
override;
19 void abort (
void)
override;
27 #endif // STORAGE_FACTORY_REMOTE_FILE_H void abort(void) override
RemoteFile(IOFD fd, const std::string &name)
void close(void) override
static int local(const std::string &tmpdir, std::string &temp)
virtual IOFD fd(void) const
~RemoteFile(void) override