Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of M2XStreamClient by
Revision 7:e64d9e1a800a, committed 2013-11-14
- Comitter:
- citrusbyte
- Date:
- Thu Nov 14 15:14:54 2013 +0000
- Parent:
- 6:e6d66d99dd6f
- Child:
- 8:bd39886d72fb
- Commit message:
- Fix compiling errors
Changed in this revision
--- a/Client.h Thu Nov 14 15:12:51 2013 +0000 +++ b/Client.h Thu Nov 14 15:14:54 2013 +0000 @@ -1,8 +1,10 @@ #ifndef Client_h #define Client_h +#include "TCPSocketConnection.h" + #include "Print.h" -#include "TCPSocketConnection.h" +#include "Utility.h" /* * TCP Client
--- a/LocationParseFunctions.h Thu Nov 14 15:12:51 2013 +0000 +++ b/LocationParseFunctions.h Thu Nov 14 15:14:54 2013 +0000 @@ -99,4 +99,3 @@ #endif /* LocationParseFunctions_h */ -
--- a/NullPrint.h Thu Nov 14 15:12:51 2013 +0000
+++ b/NullPrint.h Thu Nov 14 15:14:54 2013 +0000
@@ -9,7 +9,7 @@
virtual size_t write(uint8_t b) {
return 1;
}
-
+
virtual size_t write(const uint8_t* buf, size_t size) {
return size;
}
--- a/StreamParseFunctions.h Thu Nov 14 15:12:51 2013 +0000 +++ b/StreamParseFunctions.h Thu Nov 14 15:14:54 2013 +0000 @@ -67,4 +67,3 @@ #endif /* StreamParseFunctions_h */ -
