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:
114:08ed5d15ae51
Parent:
113:2a54570db601
Child:
115:3dfd8e2f5442
--- a/source/ConnectorEndpoint.cpp	Wed Apr 26 04:55:19 2017 +0000
+++ b/source/ConnectorEndpoint.cpp	Fri Apr 28 19:43:06 2017 +0000
@@ -693,6 +693,8 @@
 		// its a custom resource...
 		target_res->process(base->operation(),type);
 	}
+	
+#ifndef ENABLE_MBED_CLOUD_SUPPORT
 	else {
 		// DEBUG
 		//this->logger()->log("Value Updated (Device Manager)");
@@ -700,7 +702,8 @@
 		// let DeviceManager handle it
 		((DeviceManager *)this->m_device_manager)->process(base,type);
 	}
-	
+#endif
+
 	// CSI
 	if (this->m_csi != NULL) {
 		this->m_csi->value_updated((void *)this,(void *)base,(int)type);