diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 12:32:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 12:32:01 +0000 |
commit | f5754cbc9c77387adafc6c58b5d46ffa9b5facd3 (patch) | |
tree | 1e69c6fc7ddc116804557222d526b5e76fcba9bf /include/inspircd.h | |
parent | b593267ff17558906cff94e5b30ada977364294a (diff) |
Moved SocketEngine* SE into InspIRCd class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2527 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 1d98ad610..9ed1b0468 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -43,6 +43,7 @@ #include "channels.h" #include "socket.h" #include "mode.h" +#include "socketengine.h" #include "command_parse.h" // some misc defines @@ -107,6 +108,7 @@ class InspIRCd time_t startup_time; ModeParser* ModeGrok; CommandParser* Parser; + SocketEngine* SE; std::string GetRevision(); std::string GetVersionString(); |