From a16d415ee4a4b8a48f01c80919a11a026911c957 Mon Sep 17 00:00:00 2001 From: special Date: Sat, 20 Jan 2007 23:34:42 +0000 Subject: Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. actually works. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6416 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hashcomp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/hashcomp.h') diff --git a/include/hashcomp.h b/include/hashcomp.h index 2d6be15a9..abcc1e94e 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -285,6 +285,11 @@ namespace irc * @return The next token is returned, or an empty string if none remain */ virtual const std::string GetToken(); + + /** Returns true if the end of the stream has been reached + * @return True if the end of the stream has been reached, otherwise false + */ + virtual bool StreamEnd(); }; /** A derived form of sepstream, which seperates on commas -- cgit v1.2.3