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:
113:2a54570db601
Parent:
112:b7e348a3363c
Child:
114:08ed5d15ae51
--- a/source/ConnectorEndpoint.cpp	Wed Apr 26 04:47:57 2017 +0000
+++ b/source/ConnectorEndpoint.cpp	Wed Apr 26 04:55:19 2017 +0000
@@ -90,7 +90,7 @@
 	    utils_build_endpoint((void *)__endpoint);
 	    
 	    // make sure we have an endpoint interface before continuing... 
-	    if (__endpoint != NULL && this->getEndpointInterface() != NULL) {
+	    if (__endpoint != NULL && __endpoint->getEndpointInterface() != NULL) {
 		    // finalize the endpoint and start its main loop
 		    printf("Endpoint::start: finalize and run the endpoint main loop..\r\n");
 			net_finalize_and_run_endpoint_main_loop((void *)__endpoint);