# 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
return wxSOCKET_NOERROR;
}
#endif /* !defined(__VISAGECPP__) */
+
#endif /* wxUSE_SOCKETS */