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:
15:c11dbe4d354c
Parent:
12:d0e61bac8c27
Child:
19:56f958475694
--- a/mbed-connector-interface/Options.h	Thu Jun 09 19:05:18 2016 +0000
+++ b/mbed-connector-interface/Options.h	Fri Jun 10 17:09:56 2016 +0000
@@ -270,10 +270,10 @@
     bool                 		 	m_enable_get_obs_control;
 
     // Endpoint Resources
-    DeviceResourcesList   	m_device_resources;
-    StaticResourcesList   	m_static_resources;
-    DynamicResourcesList  	m_dynamic_resources;
-    ResourceObserversList 	m_resource_observers;
+    DeviceResourcesList   	        m_device_resources;
+    StaticResourcesList   	        m_static_resources;
+    DynamicResourcesList  	        m_dynamic_resources;
+    ResourceObserversList 	        m_resource_observers;
 };
 
 } // namespace Connector