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:
4:3176f927618d
Parent:
2:4d81c828b230
Child:
6:9a4085eeac52
--- a/ResourceFactory.cpp	Mon Feb 24 19:28:51 2014 +0000
+++ b/ResourceFactory.cpp	Mon Feb 24 19:35:52 2014 +0000
@@ -32,4 +32,4 @@
  ErrorHandler *ResourceFactory::logger() { return this->m_error_handler; }
  
  // create resources (base class does nothing)
- void ResourceFactory::createResources() { ; }
+ void ResourceFactory::createResources(char *endpoint_name) { ; }