]> git.saurik.com Git - wxWidgets.git/commit
Updated wxDataStream (added ByteOrder)
authorGuilhem Lavaux <lavaux@easynet.fr>
Sat, 24 Jul 1999 09:05:25 +0000 (09:05 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Sat, 24 Jul 1999 09:05:25 +0000 (09:05 +0000)
commit5a96d2f45fec76a2d0da1c0c7672b62c19280f43
tree19e5587146287778660051bfb55b10aef0f39f85
parent7e256c24fbe8c432b4c122d0fa2b60a59aba94f2
Updated wxDataStream (added ByteOrder)
Removed sckint.cpp from Makefile.am and filelist.txt (Could someone rebuild Makefile for MSW)
Some update to the documentation. I'm documenting GSocket.
Added gsockno.c in stubs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
docs/latex/wx/datstrm.tex
docs/latex/wx/socket.tex
docs/latex/wx/url.tex
include/wx/datstrm.h
include/wx/gsocket.h
src/common/datstrm.cpp
src/common/sckaddr.cpp
src/common/txtstrm.cpp
src/common/url.cpp
src/motif/gsockmot.cpp
src/msw/Makefile.am
src/stubs/gsockno.c [new file with mode: 0644]
src/unix/gsocket.c