nsp specific components for the NSP version of the impact endpoint

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Revision:
14:07b77fbb1985
Parent:
11:c4d02616e10f
Child:
15:a0eae7ab1e59
--- a/MBEDEndpoint.h	Wed Apr 02 02:31:51 2014 +0000
+++ b/MBEDEndpoint.h	Wed Apr 02 04:44:03 2014 +0000
@@ -62,7 +62,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();
@@ -90,7 +90,7 @@
         bool closeTransports();
         
 #ifdef CELLULAR_NETWORK
-        bool initializeCellularModem();
+        bool initializeCellularModem(void *transport,void *pinouts);
         bool initializeGPSReceiver();
         bool closeCellularModem();
         bool closeGPSReceiver();