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.
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: FileLike.h
- Revision:
- 9:cf0d45ce28a6
- Parent:
- 4:5d1359a283bc
- Child:
- 11:1c1ebd0324fa
diff -r 00a04e5cd407 -r cf0d45ce28a6 FileLike.h --- a/FileLike.h Tue Feb 03 18:02:02 2009 +0000 +++ b/FileLike.h Wed Apr 15 14:15:04 2009 +0000 @@ -22,6 +22,7 @@ * name - The name to use to open the file. */ FileLike(const char *name) : Base(name) { } + virtual ~FileLike(); };