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/OptionsBuilder.cpp
- Revision:
- 33:1d0b855df5a5
- Parent:
- 27:b8aaf7dc7023
- Child:
- 34:a10d65907549
--- a/source/OptionsBuilder.cpp Tue Jun 14 19:04:08 2016 +0000 +++ b/source/OptionsBuilder.cpp Tue Jun 14 19:29:30 2016 +0000 @@ -20,12 +20,13 @@ * limitations under the License. */ +// Class support #include "mbed-connector-interface/OptionsBuilder.h" // external included configuration file for the endpoint... #include "mbed-connector-interface/configuration.h" -// ResourceObserver support +// ResourceObserver support (enabled in configuration.h) #include "mbed-connector-interface/ThreadedResourceObserver.h" #include "mbed-connector-interface/TickerResourceObserver.h" #include "mbed-connector-interface/MinarResourceObserver.h"