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 HTTPClient by
Diff: data/HTTPFile.cpp
- Revision:
- 25:76084defa790
- Parent:
- 24:eee214e3e806
- Child:
- 27:32a53068ce03
diff -r eee214e3e806 -r 76084defa790 data/HTTPFile.cpp --- a/data/HTTPFile.cpp Sat Mar 15 22:18:30 2014 +0000 +++ b/data/HTTPFile.cpp Sun Mar 23 20:40:05 2014 +0000 @@ -1,5 +1,5 @@ #include "HTTPFile.h" -#if 0 +#if 1 HTTPFile::HTTPFile(char* filename) { file = fopen(filename, "w"); } @@ -30,9 +30,9 @@ } -void HTTPFile::setLocation(const char * location) { - -} +//void HTTPFile::setLocation(const char * location) { +// +//} void HTTPFile::setIsChunked(bool chunked) { m_chunked = chunked;