Rename SendDataManager to SendBuffer, which is a clear and proper name. (Part 2: File names)
This commit is contained in:
+3
-2
@@ -134,7 +134,8 @@ HEADERS += \
|
|||||||
src/db/serverdbfactorygeneric.h \
|
src/db/serverdbfactorygeneric.h \
|
||||||
src/gui/qttoolsinterface.h \
|
src/gui/qttoolsinterface.h \
|
||||||
src/gui/generic/serverguiwrapper.h \
|
src/gui/generic/serverguiwrapper.h \
|
||||||
src/net/receivebuffer.h
|
src/net/receivebuffer.h \
|
||||||
|
src/net/sendbuffer.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
src/game.cpp \
|
src/game.cpp \
|
||||||
@@ -210,7 +211,7 @@ SOURCES += \
|
|||||||
src/net/common/internalchatcleanerpacket.cpp \
|
src/net/common/internalchatcleanerpacket.cpp \
|
||||||
src/gui/generic/serverguiwrapper.cpp \
|
src/gui/generic/serverguiwrapper.cpp \
|
||||||
src/gui/qttoolsinterface.cpp \
|
src/gui/qttoolsinterface.cpp \
|
||||||
src/net/common/senddatamanager.cpp
|
src/net/common/sendbuffer.cpp
|
||||||
|
|
||||||
official_server{
|
official_server{
|
||||||
INCLUDEPATH += pkth_stat/daemon_lib/src
|
INCLUDEPATH += pkth_stat/daemon_lib/src
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include <net/chatcleanermanager.h>
|
#include <net/chatcleanermanager.h>
|
||||||
#include <net/senddatamanager.h>
|
#include <net/sendbuffer.h>
|
||||||
#include <boost/bind.hpp>
|
#include <boost/bind.hpp>
|
||||||
#include <core/loghelper.h>
|
#include <core/loghelper.h>
|
||||||
#include <third_party/asn1/ChatCleanerMessage.h>
|
#include <third_party/asn1/ChatCleanerMessage.h>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
#include <boost/bind.hpp>
|
#include <boost/bind.hpp>
|
||||||
|
|
||||||
#include <net/senddatamanager.h>
|
#include <net/sendbuffer.h>
|
||||||
#include <boost/swap.hpp>
|
#include <boost/swap.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include <net/senderhelper.h>
|
#include <net/senderhelper.h>
|
||||||
#include <net/senddatamanager.h>
|
#include <net/sendbuffer.h>
|
||||||
#include <net/sendercallback.h>
|
#include <net/sendercallback.h>
|
||||||
#include <net/socket_helper.h>
|
#include <net/socket_helper.h>
|
||||||
#include <net/socket_msg.h>
|
#include <net/socket_msg.h>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include <net/sessiondata.h>
|
#include <net/sessiondata.h>
|
||||||
#include <net/senddatamanager.h>
|
#include <net/sendbuffer.h>
|
||||||
#include <gsasl.h>
|
#include <gsasl.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|||||||
Reference in New Issue
Block a user