diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-20 23:34:42 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-20 23:34:42 +0000 |
commit | a16d415ee4a4b8a48f01c80919a11a026911c957 (patch) | |
tree | 1a9220ad7dcca9a13bb6f325063d42a251f3f64f /include/hashcomp.h | |
parent | 53a28836a2f1f0d0ae2389abeacabbf445051f87 (diff) |
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
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |