Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: FileLike.h
- Revision:
- 122:f9eeca106725
- Parent:
- 65:5798e58a58b1
diff -r 6c34061e7c34 -r f9eeca106725 FileLike.h
--- a/FileLike.h Wed May 25 16:44:06 2016 +0100
+++ b/FileLike.h Thu Jul 07 14:34:11 2016 +0100
@@ -25,6 +25,8 @@
* A file-like object is one that can be opened with fopen by
* fopen("/name", mode). It is intersection of the classes Base and
* FileHandle.
+ *
+ * @Note Synchronization level: Set by subclass
*/
class FileLike : public FileHandle, public FileBase {
@@ -37,6 +39,7 @@
FileLike(const char *name);
virtual ~FileLike();
+
};
} // namespace mbed
