mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
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:
parent
069fa0a472
commit
ed2532bc9c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user