]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
Not safe for use yet
[user/henk/code/inspircd.git] / include / hashcomp.h
index 2d6be15a9be097d09d40c2f0e362fde5bf3991fa..abcc1e94ee5baa90f30f8db75979c918530cf94d 100644 (file)
@@ -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