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:
- 44:7c73baf9f4c1
- Parent:
- 43:3fb57c4fba34
- Child:
- 45:db754b994deb
--- a/source/ConnectorEndpoint.cpp Wed Jun 15 19:31:55 2016 +0000 +++ b/source/ConnectorEndpoint.cpp Wed Jun 15 19:40:08 2016 +0000 @@ -93,7 +93,7 @@ // STATIC: Set the ConnectionStatusInterface Implementation instance void Endpoint::setConnectionStatusInterface(ConnectionStatusInterface *csi) { if (__endpoint != NULL) { - __endpoint->setConnectionStatusInterface(csi); + __endpoint->setConnectionStatusInterfaceImpl(csi); } }