~hzwhuang/libqtshadowsocks/master

« back to all changes in this revision

Viewing changes to lib/udprelay.h

  • Committer: Symeon Huang
  • Date: 2017-10-07 14:22:58 UTC
  • Revision ID: git-v1:98aa5cf89e4c11c150eb9ac1091463c79e3efadb
Clean codebase with clang-tidy. Requires C++14 now

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
             const std::string& password,
41
41
             bool is_local,
42
42
             bool auto_ban,
43
 
             const Address &serverAddress);
 
43
             Address serverAddress);
44
44
 
45
45
    UdpRelay(const UdpRelay &) = delete;
46
46