FP library (clone of http://mbed.org/users/sam_grove/code/FP)

Dependents:   MQTT_ON_AWS MQTT

Revision:
3:e0f19cdaa46e
Parent:
0:a34f15741c5a
Child:
4:3c62ba1807ac
--- a/FP.h	Sat Mar 08 00:35:16 2014 +0000
+++ b/FP.h	Sun Apr 13 22:31:44 2014 +0000
@@ -161,6 +161,10 @@
      *  @return The return from the function hanlder called by this class
      */
     retT operator()(argT arg) const;
+    
+    bool attached();
+    
+    void detach();
 
 private: