]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket.h
Make classbase and refcountbase uncopyable; expand comments on their indended uses
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket.h
index a0f0e5d88e05622c921fb8ae901869f972f82544..b5f97c30f55b49ea84737a7ec75ae466392ed2bc 100644 (file)
@@ -133,7 +133,7 @@ class TreeSocket : public BufferedSocket
         */
        void CleanNegotiationInfo();
 
-       bool cull();
+       CullResult cull();
        /** Destructor
         */
        ~TreeSocket();