Removed bool params and retvalues in GSocket interface to avoid mismatch
authorGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 16 Mar 2000 21:57:20 +0000 (21:57 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 16 Mar 2000 21:57:20 +0000 (21:57 +0000)
commit5c9eff305505d6e3a63026c542004d518d997d2a
tree7221f8d65e4f038a03934a3751b4d3146438c7fb
parent032d55818246a3527281d1e6522564b691703d83
Removed bool params and retvalues in GSocket interface to avoid mismatch
between C-compiled bools in gsocket and C++ real bools as passed by wxSocket

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