summaryrefslogtreecommitdiff
path: root/src/resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolver.h')
-rw-r--r--src/resolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolver.h b/src/resolver.h
index 96617f2..6bf969c 100644
--- a/src/resolver.h
+++ b/src/resolver.h
@@ -60,7 +60,7 @@ public:
static Resolver& instance();
void init();
- /*static */void run(/*void* s*/);
+ void run();
void resolveUdp(const std::string& addr, const std::string& port, boost::function<void (boost::asio::ip::udp::endpoint)> const& onResolve);
void resolveTcp(const std::string& addr, const std::string& port, boost::function<void (boost::asio::ip::tcp::endpoint)> const& onResolve);