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: mbed-connector-interface/ConnectorEndpoint.h
- Revision:
- 83:8d856fa24fda
- Parent:
- 81:a2441163a06e
- Child:
- 86:89977e288213
--- a/mbed-connector-interface/ConnectorEndpoint.h Fri Nov 04 23:22:01 2016 +0000 +++ b/mbed-connector-interface/ConnectorEndpoint.h Fri Nov 04 23:27:59 2016 +0000 @@ -223,8 +223,10 @@ #else // mbed-client methods void createConnectorEndpointInterface(); +#endif + + // create our endpoint security instance M2MSecurity *createEndpointSecurityInstance(); -#endif // DynamicResource Lookup DynamicResource *lookupDynamicResource(M2MBase *base);