Core Base Classes for the Light Endpoints
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: Action.cpp
- Revision:
- 21:cfdaee0a2b50
- Parent:
- 9:90fadae5489a
- Child:
- 135:7f3f963cd159
diff -r f2dbbd852e08 -r cfdaee0a2b50 Action.cpp --- a/Action.cpp Wed Feb 26 18:59:01 2014 +0000 +++ b/Action.cpp Wed Feb 26 21:29:18 2014 +0000 @@ -27,5 +27,5 @@ Action::~Action() { } - // get the error handler - ErrorHandler *Action::logger() { return this->m_error_handler; } + // get the error handler + ErrorHandler *Action::logger() { return this->m_error_handler; }