From 6d03943426dcce76ba66567a9b18425a5ebb4c0c Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 26 Sep 2009 14:13:13 +0000 Subject: Remove InspIRCd* parameters and fields git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'include/dns.h') diff --git a/include/dns.h b/include/dns.h index a780505d0..1bce4f11a 100644 --- a/include/dns.h +++ b/include/dns.h @@ -184,10 +184,6 @@ enum ForceProtocol class CoreExport Resolver : public Extensible { protected: - /** - * Pointer to creator - */ - InspIRCd* ServerInstance; /** * Pointer to creator module (if any, or NULL) */ @@ -255,7 +251,7 @@ class CoreExport Resolver : public Extensible * whilst lookups are in progress, they can be safely removed and your module will not * crash the server. */ - Resolver(InspIRCd* Instance, const std::string &source, QueryType qt, bool &cached, Module* creator = NULL); + Resolver(const std::string &source, QueryType qt, bool &cached, Module* creator = NULL); /** * The default destructor does nothing. @@ -312,11 +308,6 @@ class CoreExport DNS : public EventHandler { private: - /** - * Creator/Owner object - */ - InspIRCd* ServerInstance; - /** * The maximum value of a dns request id, * 16 bits wide, 0xFFFF. @@ -447,7 +438,7 @@ class CoreExport DNS : public EventHandler * The constructor initialises the dns socket, * and clears the request lists. */ - DNS(InspIRCd* Instance); + DNS(); /** * Re-initialize the DNS subsystem. -- cgit v1.2.3