Oops, make methods public

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4355 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-07-12 12:30:50 +00:00
parent 069fa0a472
commit ed2532bc9c

View File

@ -26,6 +26,7 @@ using namespace std;
class MyResolver : public Resolver
{
public:
MyResolver(const std::string &source, bool forward, const std::string &dnsserver = "") : Resolver(source, forward, dnsserver) { }
virtual void OnLookupComplete(const std::string &result)