X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fbase.cpp;h=2b022688df8ebf2960973a4d58add9e43b8eda15;hb=d7ee3683a4d6d76113161be9754c007dee37d288;hp=27eb4af23be1b517f56ba995570005ea5bfaeb33;hpb=01c23b31f7d0ea87052cd22814af826ecb11f0f3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/base.cpp b/src/base.cpp index 27eb4af23..2b022688d 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -26,6 +26,14 @@ classbase::classbase() { } +void classbase::cull() +{ +} + +classbase::~classbase() +{ +} + void BoolSet::Set(int number) { this->bits |= bitfields[number];