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:
23:34086bc15b02
Parent:
18:8ab7aa1dbb41
Child:
25:5269e8881494
--- a/MBEDEndpoint.h	Wed Apr 02 02:30:33 2014 +0000
+++ b/MBEDEndpoint.h	Wed Apr 02 04:35:41 2014 +0000
@@ -69,7 +69,7 @@
         int                   m_instance_id;                               // instance ID for this endpoint
          
     public:
-        MBEDEndpoint(ErrorHandler *error_handler,void *ethernet);
+        MBEDEndpoint(ErrorHandler *error_handler,void *transport,void *pinouts);
         virtual ~MBEDEndpoint();
         ResourceFactory *initResourceFactory();
         void run();
@@ -111,7 +111,7 @@
         bool closeTransports();
 
 #ifdef CELLULAR_NETWORK
-        bool initializeCellularModem();
+        bool initializeCellularModem(void *transports,void *pinouts);
         bool initializeGPSReceiver();
         bool closeCellularModem();
         bool closeGPSReceiver();