mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
56:789a1a8c5ebe
Parent:
0:a3fc1c6ef150
diff -r 7992e9582e2e -r 789a1a8c5ebe EmulatedLightDimmerAction.h
--- a/EmulatedLightDimmerAction.h	Fri Sep 19 18:31:14 2014 +0000
+++ b/EmulatedLightDimmerAction.h	Fri Sep 26 05:16:26 2014 +0000
@@ -24,7 +24,7 @@
 
 class EmulatedLightDimmerAction : public LightDimmerAction {        
     public:
-        EmulatedLightDimmerAction(ErrorHandler *error_handler,Light *light);
+        EmulatedLightDimmerAction(Logger *logger,Light *light);
         virtual ~EmulatedLightDimmerAction(); 
         
         void dim(int value);