added wxProtocolLog class for logging network requests/responses (closes #7464)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Mar 2009 13:58:39 +0000 (13:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Mar 2009 13:58:39 +0000 (13:58 +0000)
commit0576cd9ebe3430bdf7acf69e1dd1df92273f32ad
tree3f3b56f306bd8c38d4972b899960cd652eec07c3
parentfdb45ab7e968e56c2008565bb89b48818422b280
added wxProtocolLog class for logging network requests/responses (closes #7464)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_net.dsp
build/msw/wx_vc7_net.vcproj
build/msw/wx_vc8_net.vcproj
build/msw/wx_vc9_net.vcproj
docs/changes.txt
include/wx/protocol/log.h [new file with mode: 0644]
include/wx/protocol/protocol.h
interface/wx/protocol/log.h [new file with mode: 0644]
interface/wx/protocol/protocol.h
samples/console/console.cpp
src/common/ftp.cpp
src/common/protocol.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec