summaryrefslogtreecommitdiff
path: root/src/syncServer.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-08 02:42:23 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-08 02:42:23 +0000
commit951d51c32f93d9fb1e6e697843b19b9b698e39a1 (patch)
treed3af3018b8a435c92e05b209a3f3f5839c727509 /src/syncServer.h
parentadded visual studio build targets with gcrypt (diff)
moved to resolver iterator at onResolve callback functions
Diffstat (limited to 'src/syncServer.h')
-rw-r--r--src/syncServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncServer.h b/src/syncServer.h
index b73247f..dc007d6 100644
--- a/src/syncServer.h
+++ b/src/syncServer.h
@@ -50,7 +50,7 @@ class SyncServer
{
public:
SyncServer(std::string localaddr, std::string port, ConnectCallback onConnect);
- void onResolve(const SyncTcpConnection::proto::endpoint& e);
+ void onResolve(const SyncTcpConnection::proto::resolver::iterator& it);
void onResolvError(const std::runtime_error& e);
void run();