Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/src/winsock.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 112 by z0rac, Mon Sep 10 13:12:57 2012 UTC revision 116 by z0rac, Mon Dec 31 17:23:19 2012 UTC
# Line 31  public: Line 31  public:
31    static struct addrinfo* getaddrinfo(const string& host, const string& port,    static struct addrinfo* getaddrinfo(const string& host, const string& port,
32                                        int domain = AF_UNSPEC);                                        int domain = AF_UNSPEC);
33    static void freeaddrinfo(struct addrinfo* info) { _free(info); }    static void freeaddrinfo(struct addrinfo* info) { _free(info); }
34      static string punycode(const string& host);
35      static string punycode(LPCWSTR host);
36  public:  public:
37    // tcpclient - TCP client socket    // tcpclient - TCP client socket
38    class tcpclient {    class tcpclient {

Legend:
Removed from v.112  
changed lines
  Added in v.116

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26