forked from weirdhome

Fork of HTTPClient by David Smart

Revision:
24:eee214e3e806
Parent:
23:517fec8b8b99
Child:
25:76084defa790
--- a/data/HTTPFile.cpp	Sat Mar 15 18:40:29 2014 +0000
+++ b/data/HTTPFile.cpp	Sat Mar 15 22:18:30 2014 +0000
@@ -30,6 +30,10 @@
 
 }
 
+void HTTPFile::setLocation(const char * location) {
+
+}
+
 void HTTPFile::setIsChunked(bool chunked) {
     m_chunked = chunked;
 }