]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
Remove the integer overloads of irc::tokenparser::GetToken().
[user/henk/code/inspircd.git] / include / hashcomp.h
index 71f900654bfc12a3f587db36726f949387a47de4..9a31694359d0bee6de0b1fbcc6667a211ff46293 100644 (file)
@@ -198,18 +198,6 @@ namespace irc
                 * @return True if tokens are left to be read, false if the last token was just retrieved.
                 */
                bool GetToken(std::string &token);
-
-               /** Fetch the next token from the stream as an integer
-                * @param token The next token available, or undefined if none remain
-                * @return True if tokens are left to be read, false if the last token was just retrieved.
-                */
-               bool GetToken(int &token);
-
-               /** Fetch the next token from the stream as a long integer
-                * @param token The next token available, or undefined if none remain
-                * @return True if tokens are left to be read, false if the last token was just retrieved.
-                */
-               bool GetToken(long &token);
        };
 
        /** The portparser class seperates out a port range into integers.