only call GSocket_Init() when needed and do call it before using GAddress_XXX
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2002 13:51:43 +0000 (13:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2002 13:51:43 +0000 (13:51 +0000)
commit6c0d0845c205a59cb0d8c73c0e4bcc84a9d6c550
treef640e7af9d08afc952b4dbf648fc969bb66d6360
parente88be8c942cb93035f4220b54595c23eb9f0df9a
only call GSocket_Init() when needed and do call it before using GAddress_XXX
functions (fixes bug 510722)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/sckaddr.h
include/wx/socket.h
src/common/sckaddr.cpp
src/common/socket.cpp