Jim Flynn / M2XStreamClient-JMF

Dependents:   WNCInterface_M2Xdemo ATT_WNCInterface_Info WNCInterface_HTTP_example Public_IoT_M2X_Cellular_Demo

Fork of M2XStreamClient by AT&T M2X Team

Files at this revision

API Documentation at this revision

Comitter:
JMF
Date:
Sun Sep 11 02:20:45 2016 +0000
Parent:
23:f32837239193
Child:
25:67079c11d1ea
Commit message:
Added deleteLocation function for removing location history.

Changed in this revision

M2XStreamClient.h Show annotated file Show diff for this revision Revisions of this file
--- 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 */