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: BaseClass.cpp
- Revision:
- 155:582462821bd7
- Parent:
- 135:7f3f963cd159
- Child:
- 192:54b758a8eaaa
diff -r 6e60f310ab78 -r 582462821bd7 BaseClass.cpp --- a/BaseClass.cpp Thu Apr 03 00:50:36 2014 +0000 +++ b/BaseClass.cpp Mon Apr 07 03:14:54 2014 +0000 @@ -22,7 +22,7 @@ // default constructor BaseClass::BaseClass(ErrorHandler *error_handler,void *endpoint) { this->m_error_handler = error_handler; - this->setEndpoint(endpoint); + this->m_endpoint = endpoint; } // default destructor