mbed(SerialHalfDuplex入り)

Fork of mbed by mbed official

Revision:
85:024bf7f99721
Parent:
65:5798e58a58b1
--- a/FileBase.h	Mon May 19 18:14:09 2014 +0100
+++ b/FileBase.h	Wed Jun 11 15:14:05 2014 +0100
@@ -68,6 +68,11 @@
     FileBase   *_next;
     const char *_name;
     PathType    _path_type;
+
+    /* disallow copy constructor and assignment operators */
+private:
+    FileBase(const FileBase&);
+    FileBase & operator = (const FileBase&);
 };
 
 } // namespace mbed