]> git.saurik.com Git - wxWidgets.git/commit
use struct timeval and not a long to store socket timeout under Unix too
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Nov 2008 13:39:12 +0000 (13:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Nov 2008 13:39:12 +0000 (13:39 +0000)
commit87c0312a66f57b1d167e1f9454a80fe4b7b28e0b
tree1747c7379c20718fe9a9dfe25f50d85b031c4740
parentebf94940c4004c7ad5aa75c9be6d54da3a8aa728
use struct timeval and not a long to store socket timeout under Unix too

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