X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmessage.h;h=4d2310273f8b3fd0e4b0014aede99623028cd023;hb=1c965907682f4714db7b952915cf5b6bf9b7f4c1;hp=6e139bd283c7ec9b5d942b087c1e33a3a14fe342;hpb=f53eda26a3160972908f15c2427a60b0b82fbe87;p=libs%2Fnet.git diff --git a/source/message.h b/source/message.h index 6e139bd..4d23102 100644 --- a/source/message.h +++ b/source/message.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #ifndef MSP_HTTP_MESSAGE_H_ #define MSP_HTTP_MESSAGE_H_ @@ -41,7 +34,7 @@ public: const Variant &get_user_data() const { return user_data; } bool is_complete() const { return complete; } unsigned parse_content(const std::string &); - virtual std::string str() const =0; + virtual std::string str() const = 0; protected: unsigned parse_headers(const std::string &); std::string str_common() const;