]> git.saurik.com Git - wxWidgets.git/commit - src/common/sckaddr.cpp
rename various gsock* files to sock* (except for MSW where this will be done later)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Nov 2008 13:04:47 +0000 (13:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Nov 2008 13:04:47 +0000 (13:04 +0000)
commit60913641356f364a5efee5966d3a3b0b48c01001
treeb2e0e5960346c5dafdf351e6b9ec2e79397fbc03
parent51fe4b60ab4fec78eb1a67473d08b1c4740d03f5
rename various gsock* files to sock* (except for MSW where this will be done later)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
Makefile.in
build/bakefiles/files.bkl
include/wx/private/gsocket.h [deleted file]
include/wx/private/gsocketiohandler.h
include/wx/private/socket.h
include/wx/unix/gsockunx.h [deleted file]
include/wx/unix/private/sockunix.h [new file with mode: 0644]
src/common/sckaddr.cpp
src/common/socket.cpp
src/gtk/gsockgtk.cpp [deleted file]
src/gtk/sockgtk.cpp [new file with mode: 0644]
src/gtk1/gsockgtk.cpp [deleted file]
src/gtk1/sockgtk.cpp [new file with mode: 0644]
src/motif/gsockmot.cpp [deleted file]
src/motif/sockmot.cpp [new file with mode: 0644]
src/msw/gsocket.cpp
src/msw/gsockmsw.cpp
src/os2/gsockpm.cpp [deleted file]
src/os2/sockpm.cpp [new file with mode: 0644]
src/osx/core/gsockosx.cpp [deleted file]
src/osx/core/sockosx.cpp [new file with mode: 0644]
src/unix/gsocket.cpp [deleted file]
src/unix/sockunix.cpp [new file with mode: 0644]