#include "wx/evtloop.h"
#include "wx/private/fd.h"
-#include "wx/private/gsocket.h"
+#include "wx/private/socket.h"
// DLL options compatibility check:
#include "wx/build.h"
// wxSocketImpl
// ==========================================================================
-/* static */
-wxSocketImpl *wxSocketImpl::Create(wxSocketBase& wxsocket)
-{
- wxSocketManager * const manager = wxSocketManager::Get();
- return manager ? manager->CreateSocket(wxsocket) : NULL;
-}
-
wxSocketImpl::wxSocketImpl(wxSocketBase& wxsocket)
: m_wxsocket(&wxsocket)
{