mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

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!

Revision:
31:2507e64fcc42
Parent:
16:dffa38c3340f
Child:
34:a10d65907549
--- a/source/ThreadedResourceObserver.cpp	Tue Jun 14 18:40:15 2016 +0000
+++ b/source/ThreadedResourceObserver.cpp	Tue Jun 14 19:03:20 2016 +0000
@@ -20,7 +20,8 @@
  * limitations under the License.
  */
  
- #include "ThreadedResourceObserver.h"
+ // Class support
+ #include "mbed-connector-interface/ThreadedResourceObserver.h"
  
  // constructor
  ThreadedResourceObserver::ThreadedResourceObserver(DynamicResource *resource,int sleep_time) :