X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9d859df6f433c962a9ed777d2c26da6ce714441..28f12ffb86b5a32c7eaa596a095f4b01890c9f46:/src/unix/sockunix.cpp diff --git a/src/unix/sockunix.cpp b/src/unix/sockunix.cpp index 3fd9875c8b..31c04877c3 100644 --- a/src/unix/sockunix.cpp +++ b/src/unix/sockunix.cpp @@ -431,6 +431,12 @@ struct servent *wxGetservbyname_r(const char *port, const char *protocol, # define SOCKET_DEBUG(args) #endif /* __GSOCKET_DEBUG__ */ +/* static */ +wxSocketImpl *wxSocketImpl::Create(wxSocketBase& wxsocket) +{ + return new wxSocketImplUnix(wxsocket); +} + /* * Disallow further read/write operations on this socket, close @@ -1680,4 +1686,5 @@ wxSocketError GAddress_UNIX_GetPath(GAddress *address, char *path, size_t sbuf) return wxSOCKET_NOERROR; } #endif /* !defined(__VISAGECPP__) */ + #endif /* wxUSE_SOCKETS */