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:
2:4d81c828b230
Parent:
1:5d332fa199ce
Child:
4:3176f927618d
diff -r 5d332fa199ce -r 4d81c828b230 ResourceFactory.cpp
--- a/ResourceFactory.cpp	Mon Feb 24 19:25:03 2014 +0000
+++ b/ResourceFactory.cpp	Mon Feb 24 19:27:34 2014 +0000
@@ -29,7 +29,7 @@
  }
  
  // get the error handler
- ErrorHandler *Light::logger() { return this->m_error_handler; }
+ ErrorHandler *ResourceFactory::logger() { return this->m_error_handler; }
  
  // create resources (base class does nothing)
  void ResourceFactory::createResources() { ; }