use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
72:6b1d37b5420a
Parent:
71:5069a202e892
Child:
73:f12a767bc300
--- a/source/ConnectorEndpoint.cpp	Fri Nov 04 16:29:17 2016 +0000
+++ b/source/ConnectorEndpoint.cpp	Fri Nov 04 16:32:41 2016 +0000
@@ -167,9 +167,9 @@
 // Connector::Endpoint: create our interface
 void Endpoint::createEndpointInterface() {
 #ifdef ENABLE_MBED_CLOUD_SUPPORT
-	this.createCloudEndpointInterface();
+	this->createCloudEndpointInterface();
 #else
-	this.createConnectorEndpointInterface();
+	this->createConnectorEndpointInterface();
 #endif
 }