]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
fix for bug #175, change OnUserRegister to return int, and if greater than 0 = user...
[user/henk/code/inspircd.git] / include / hashcomp.h
index 6e171549d091d9bd45b6889d4674a7b1e8f90f76..f6885fbf07c932c3b98576fdc1a230693e10b8d2 100644 (file)
@@ -390,6 +390,7 @@ namespace irc
         * just required to make the pointer static and specific to this class
         * type.
         *
+        * \code
         * class mydbitmask : public irc::dynamicbitmask
         * {
         *  private:
@@ -419,6 +420,7 @@ namespace irc
         *          freebits = freebt;
         *      }
         * };
+        * \endcode
         */
        class dynamicbitmask : public classbase
        {
@@ -428,6 +430,7 @@ namespace irc
                 * more than 32 entries with Allocate().
                 */
                unsigned char* bits;
+        protected:
                /** Current set size (size of freebits and bits).
                 * Both freebits and bits will ALWAYS be the
                 * same length.