diff options
author | geronimo <geronimo013@gmx.de> | 2012-07-31 07:18:44 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-07-31 07:18:44 +0200 |
commit | 5e04292eb7545b06cc7ea66605eda8342f220b15 (patch) | |
tree | 945df4219e317e0fa966f4dab8d0445515a11742 /libs/networking/include/HTTPResponse.h | |
parent | 1d4bb88ac1927be040d1900bb2e1b0788e648b44 (diff) | |
download | cmp-5e04292eb7545b06cc7ea66605eda8342f220b15.tar.gz cmp-5e04292eb7545b06cc7ea66605eda8342f220b15.tar.bz2 |
cleanup
Diffstat (limited to 'libs/networking/include/HTTPResponse.h')
-rw-r--r-- | libs/networking/include/HTTPResponse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/networking/include/HTTPResponse.h b/libs/networking/include/HTTPResponse.h index 0bb6d72..e419a49 100644 --- a/libs/networking/include/HTTPResponse.h +++ b/libs/networking/include/HTTPResponse.h @@ -52,7 +52,6 @@ public: virtual void SetContentType(const char *ContentType) { cHTTPMessage::SetContentType(ContentType); } virtual void SetContentSize(size_t ContentSize) { cHTTPMessage::SetContentSize(ContentSize); } cStringBuilder &StringBuilder(void) { return content; } - static const char *ServerID(void); static void SetServerID(const char *ServerID); |