Added function deleteLocations to delete the location history.

Dependents:   WNCInterface_M2Xdemo ATT_WNCInterface_Info WNCInterface_HTTP_example Public_IoT_M2X_Cellular_Demo

Fork of M2XStreamClient by AT&T M2X Team

Revision:
24:6a5ba4cfa19a
Parent:
23:f32837239193
Child:
25:67079c11d1ea
--- a/M2XStreamClient.h	Sun Sep 11 02:16:44 2016 +0000
+++ b/M2XStreamClient.h	Sun Sep 11 02:20:45 2016 +0000
@@ -233,7 +233,7 @@
 
   // Delete location information for a device. The HTTP status code is 
   // returned,response is only parsed when the HTTP status code is 200
-  int M2XStreamClient::deleteLocations(const char* deviceId,
+  int deleteLocations(const char* deviceId,
                    const char* from, const char* end);
 
 #endif  /* M2X_ENABLE_READER */