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:
40:5c039dcbd7b2
Parent:
38:bb6d2be4d54c
Child:
43:3fb57c4fba34
--- a/source/ConnectorEndpoint.cpp	Tue Jun 14 20:23:12 2016 +0000
+++ b/source/ConnectorEndpoint.cpp	Tue Jun 14 20:57:53 2016 +0000
@@ -377,6 +377,9 @@
     
     // We now have to bind our device resources
     if (this->m_device_manager != NULL) {
+    	// DEBUG
+	    this->logger()->log("Endpoint::build(): plumbing the device management objects and resources...");
+	    	
     	// bind the device manager
 	    ((DeviceManager *)this->m_device_manager)->bind();