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/ThreadedResourceObserver.cpp
- Revision:
- 93:9ec5d0fa62dd
- Parent:
- 70:d49128903181
- Child:
- 122:4072e03884e4
--- a/source/ThreadedResourceObserver.cpp Wed Mar 01 16:23:49 2017 +0000 +++ b/source/ThreadedResourceObserver.cpp Fri Mar 10 17:50:52 2017 +0000 @@ -39,7 +39,7 @@ } // start the thread by invoking the thread task... - this->m_observation_thread.start(this,&ThreadedResourceObserver::observation_task); + this->m_observation_thread.start(callback(this,&ThreadedResourceObserver::observation_task)); } // destructor