8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f218209 commit 4b3aebeCopy full SHA for 4b3aebe
libraries/FS/src/FSImpl.h
@@ -43,9 +43,9 @@ class FileImpl
43
virtual const char* name() const = 0;
44
virtual boolean isDirectory(void) = 0;
45
virtual FileImplPtr openNextFile(const char* mode) = 0;
46
- virtual boolean seekDir(long position);
47
- virtual String getNextFileName(void);
48
- virtual String getNextFileName(bool *isDir);
+ virtual boolean seekDir(long position) = 0;
+ virtual String getNextFileName(void) = 0;
+ virtual String getNextFileName(bool *isDir) = 0;
49
virtual void rewindDirectory(void) = 0;
50
virtual operator bool() = 0;
51
};
0 commit comments