mbed library

Dependents:   Printf

Fork of mbed by mbed official

Revision:
85:024bf7f99721
Parent:
65:5798e58a58b1
Child:
93:e188a91d3eaa
--- a/BusInOut.h	Mon May 19 18:14:09 2014 +0100
+++ b/BusInOut.h	Wed Jun 11 15:14:05 2014 +0100
@@ -86,6 +86,11 @@
 
 protected:
     DigitalInOut* _pin[16];
+
+    /* disallow copy constructor and assignment operators */
+private:
+    BusInOut(const BusInOut&);
+    BusInOut & operator = (const BusInOut&);
 };
 
 } // namespace mbed