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
This commit is contained in:
@@ -580,6 +580,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/protocol/file.h
|
||||
wx/protocol/ftp.h
|
||||
wx/protocol/http.h
|
||||
wx/protocol/log.h
|
||||
wx/protocol/protocol.h
|
||||
wx/sckaddr.h
|
||||
wx/sckipc.h
|
||||
|
@@ -598,6 +598,10 @@ SOURCE=..\..\include\wx\protocol\http.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\protocol\log.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\protocol\protocol.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@@ -818,6 +818,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\protocol\http.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\protocol\log.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\protocol\protocol.h">
|
||||
</File>
|
||||
|
@@ -1114,6 +1114,10 @@
|
||||
RelativePath="..\..\include\wx\protocol\http.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\protocol\log.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\protocol\protocol.h"
|
||||
>
|
||||
|
@@ -1110,6 +1110,10 @@
|
||||
RelativePath="..\..\include\wx\protocol\http.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\protocol\log.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\protocol\protocol.h"
|
||||
>
|
||||
|
Reference in New Issue
Block a user