meh

Fork of mbed by mbed official

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