X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsocketengine.h;h=26d31c168d1c9ff77d9847ddc8f20d7644240e79;hb=635cb9d65f6d7f6758ae8ed874da00c8d94b6e39;hp=2b759dad84ef541818296ce0439b8086c7be4a8d;hpb=24f1224f770eb8f6a075d3c8bd083545c17bba10;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/socketengine.h b/include/socketengine.h index 2b759dad8..26d31c168 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -3,14 +3,13 @@ * * Copyright (C) 2013-2016 Attila Molnar * Copyright (C) 2013-2014 Adam - * Copyright (C) 2012-2013, 2017-2019 Sadie Powell + * Copyright (C) 2012-2013, 2017-2020 Sadie Powell * Copyright (C) 2012 Robby + * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter - * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008, 2017 Robin Burchell - * Copyright (C) 2007-2008, 2010 Craig Edwards - * Copyright (C) 2007 burlex * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005-2008 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -28,10 +27,7 @@ #pragma once -#include #include -#include -#include "config.h" #include "socket.h" #include "base.h" @@ -187,7 +183,7 @@ class CoreExport EventHandler : public classbase inline int GetEventMask() const { return event_mask; } - /** Set a new file desciptor + /** Set a new file descriptor * @param FD The new file descriptor. Do not call this method without * first deleting the object from the SocketEngine if you have * added it to a SocketEngine instance. @@ -393,7 +389,7 @@ public: static bool HasFd(int fd); /** Returns the EventHandler attached to a specific fd. - * If the fd isnt in the socketengine, returns NULL. + * If the fd isn't in the socketengine, returns NULL. * @param fd The event handler to look for * @return A pointer to the event handler, or NULL */ @@ -404,7 +400,7 @@ public: * number of events which occurred during this call. This method will * dispatch events to their handlers by calling their * EventHandler::OnEventHandler*() methods. - * @return The number of events which have occured. + * @return The number of events which have occurred. */ static int DispatchEvents();