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:
5:1ba6e68bf50e
--- a/EmulatedResourceFactory.h	Fri Sep 19 18:31:14 2014 +0000
+++ b/EmulatedResourceFactory.h	Fri Sep 26 05:16:26 2014 +0000
@@ -25,15 +25,15 @@
 // Emulated callback structure
 typedef void (*EmulatedCallbackPointer)();
 
-// ErrorHandler support
-#include "ErrorHandler.h"
+// Logger support
+#include "Logger.h"
 
 // Resource Initializer callback structure
 typedef void (*resourceInitializer)(Resource *);
 
 class EmulatedResourceFactory : public ResourceFactory {        
     public:
-        EmulatedResourceFactory(ErrorHandler *error_handler,void *endpoint);
+        EmulatedResourceFactory(Logger *logger,void *endpoint);
         virtual ~EmulatedResourceFactory();
                       
         virtual void createResources(char *endpoint_name) = 0;