CPPSERV


Home Projects Jobs Clientele Contact

cppserv


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fixed error in utils.h



From: Sergey Jukov <sergey@total-knowledge.com>

---
 utils/utils.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/utils/utils.h b/utils/utils.h
index 8fe59b4..0be3f7d 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -31,7 +31,8 @@ Enter URL containing any special charact
 For example the URL http://www.total-knowledge.com?value=test%23string after decoding will look like this: http://www.total-knowledge.com?value=test#string. However, www.total-knowledge.com?value=test%string will look exactly the same after decoding because "%+alphabetic character" is not valid ASCII character code.
 @author Sergey Jukov
 */
-class UtilServlet : public servlet::HttpServlethttp:
+
+class UtilServlet : public servlet::HttpServlet
 {
 private:
 	void renderHeader(std::ostream&);
-- 
1.4.2


Authoright © Total Knowledge: 2001-2008