The official mbed C/C SDK provides the software platform and libraries to build your applications.

Fork of mbed by mbed official

Revision:
9:cf0d45ce28a6
Parent:
4:5d1359a283bc
Child:
11:1c1ebd0324fa
--- 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();
 
 };