mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: source/ConnectorEndpoint.cpp
- Revision:
- 72:6b1d37b5420a
- Parent:
- 71:5069a202e892
- Child:
- 73:f12a767bc300
--- a/source/ConnectorEndpoint.cpp Fri Nov 04 16:29:17 2016 +0000 +++ b/source/ConnectorEndpoint.cpp Fri Nov 04 16:32:41 2016 +0000 @@ -167,9 +167,9 @@ // Connector::Endpoint: create our interface void Endpoint::createEndpointInterface() { #ifdef ENABLE_MBED_CLOUD_SUPPORT - this.createCloudEndpointInterface(); + this->createCloudEndpointInterface(); #else - this.createConnectorEndpointInterface(); + this->createConnectorEndpointInterface(); #endif }