wxSocketImpl::Shutdown() doesn't need to be virtual, its implementation can the same...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Dec 2008 22:03:34 +0000 (22:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Dec 2008 22:03:34 +0000 (22:03 +0000)
commit62088a3c3b9a945b0b2cbc78c74f83c51ee046aa
tree593881d6b39ce2c06fee0c950d9b5515aad0efa8
parent7d66cdccd0e78240fda99c122954b4381fa5a6b0
wxSocketImpl::Shutdown() doesn't need to be virtual, its implementation can the same in Unix and Win32 versions (events are already disabled by Close() so there is no need to do it again explicitly under Unix)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/socket.h
include/wx/unix/private/sockunix.h
src/unix/sockunix.cpp