Multi-Hackers / SocketModem

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Files at this revision

API Documentation at this revision

Comitter:
sgodinez
Date:
Thu Dec 19 21:24:36 2013 +0000
Parent:
40:14342c4de476
Child:
43:3cacf019ed7d
Commit message:
merged?

Changed in this revision

utils/AxedaWrapper.cpp Show annotated file Show diff for this revision Revisions of this file
utils/AxedaWrapper.h Show annotated file Show diff for this revision Revisions of this file
--- a/utils/AxedaWrapper.cpp	Thu Dec 19 19:53:43 2013 +0000
+++ b/utils/AxedaWrapper.cpp	Thu Dec 19 21:24:36 2013 +0000
@@ -1,4 +1,8 @@
 #include "AxedaWrapper.h"
+#include "HTTPClient.h"
+#include "HTTPMap.h"
+#include "MbedJSONValue.h"
+
 #include <string>
 #include <vector>
 #include <stdlib.h>
--- a/utils/AxedaWrapper.h	Thu Dec 19 19:53:43 2013 +0000
+++ b/utils/AxedaWrapper.h	Thu Dec 19 21:24:36 2013 +0000
@@ -2,11 +2,12 @@
 #define AXEDAWRAPPER_H
 
 #include "include_me.h"
-#include "HTTPClient.h"
-#include "HTTPMap.h"
-#include "MbedJSONValue.h"
 
 #define MAX_KVP 32
+
+class HTTPClient;
+class MbedJSONValue;
+
 namespace mts {
     
 class AxedaWrapper {