Generalize naming of some constantsamule-svn-r10884
commitd2cef1604ed80c54db5c198cb654ba281c8b0d04
authorupstream svn <svn@amule.org>
Tue, 13 Oct 2015 18:15:44 +0000 (13 18:15 +0000)
committerDévai Tamás <gonosztopi@amule.org>
Wed, 24 Feb 2016 11:23:55 +0000 (24 11:23 +0000)
tree4ac0461af6d61ee961af9cc5f48662ef1720e742
parent58c720d15bb6bf0cce5b8bd4b8fa619caf6456c5
Generalize naming of some constants

wx* prefixed names are changed to MULE_* prefixed names, and are defined in both
wxWidgets and Boost.Asio builds. Thus they can be used without concern of the
networking library being used.
14 files changed:
.svn-revision
src/EMSocket.cpp
src/EncryptedDatagramSocket.cpp
src/EncryptedDatagramSocket.h
src/EncryptedStreamSocket.cpp
src/EncryptedStreamSocket.h
src/ExternalConn.cpp
src/LibSocket.h
src/LibSocketAsio.cpp
src/ListenSocket.cpp
src/MuleUDPSocket.cpp
src/Proxy.cpp
src/Proxy.h
src/webserver/src/WebServer.cpp