Restore socket initialization times counter.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 14:45:52 +0000 (14:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 14:45:52 +0000 (14:45 +0000)
commit44c2703fbf07a5685d1959f3f72d3ccf91a7f5db
treef71231db8c96aef1e612d240eb746ee93646bb44
parented2e973e9f0701e3f86d943da83b0d1d078b6e6f
Restore socket initialization times counter.

The change of the counter to a simple boolean in r61985 broke the code which
called both Initialize() and Shutdown() multiple (but the same number of)
times. As this is the documented correct behaviour, restore the counter to
cater for it even if we don't really need it any longer.

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