A client for the SmartREST protocol from Cumulocity.

Dependencies:   HTTPClient SmartRest

Revision:
9:3bbb83e7cbfd
Parent:
4:0eb69392686f
Child:
10:478414cc15a4
--- a/HTTPGeneratorWrapper.cpp	Sun Feb 02 14:55:57 2014 +0000
+++ b/HTTPGeneratorWrapper.cpp	Sun Feb 02 16:40:14 2014 +0000
@@ -1,5 +1,6 @@
 #include "HTTPGeneratorWrapper.h"
 #include <stdlib.h>
+#include <stdio.h>
 #include <string.h>
 
 HTTPGeneratorWrapper::HTTPGeneratorWrapper(DataGenerator& generator) : _sink(generator.writtenLength())