X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsocketengine_select.h;h=2126e8ec56053e8c33a21be7a2d7e56de5e7a6c6;hb=52acbb466b84a1cd161b1c111f855d6f0419fff3;hp=847e044a117899cae208e4340993e081d602a685;hpb=dc5d99a9543f5027cc5d4f4ffc5716eaf7e933ec;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/socketengine_select.h b/include/socketengine_select.h index 847e044a1..2126e8ec5 100644 --- a/include/socketengine_select.h +++ b/include/socketengine_select.h @@ -2,17 +2,14 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. - * E-mail: - * - * + * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits * - * Written by Craig Edwards, Craig McLure, and others. * This program is free but copyrighted software; see * the file COPYING for details. * * --------------------------------------------------- -*/ + */ #ifndef __SOCKETENGINE_SELECT__ #define __SOCKETENGINE_SELECT__ @@ -53,7 +50,7 @@ public: virtual bool AddFd(EventHandler* eh); virtual int GetMaxFds(); virtual int GetRemainingFds(); - virtual bool DelFd(EventHandler* eh); + virtual bool DelFd(EventHandler* eh, bool force = false); virtual int DispatchEvents(); virtual std::string GetName(); virtual void WantWrite(EventHandler* eh);