Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
125:979332edc1c2
Parent:
106:e2be56eadda8
Child:
135:7f3f963cd159
--- a/MBEDio.h	Fri Mar 21 03:18:46 2014 +0000
+++ b/MBEDio.h	Mon Mar 24 19:29:30 2014 +0000
@@ -25,7 +25,7 @@
  // Resource support
  #include "Resource.h"
  
- class MBEDio {
+ class MBEDio {        
      protected:
         ErrorHandler *m_error_handler;
         Resource     *m_resource;
@@ -41,8 +41,6 @@
         virtual void update() = 0;
         
         Resource *resource();
-        
-     protected:
         ErrorHandler *logger();
  };