Rename SendDataManager to SendBuffer, which is a clear and proper name. (Part 2: File names)

This commit is contained in:
lotodore
2011-02-19 18:18:00 +00:00
parent d3d16b8f4c
commit 0618dbd74e
6 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -134,7 +134,8 @@ HEADERS += \
src/db/serverdbfactorygeneric.h \
src/gui/qttoolsinterface.h \
src/gui/generic/serverguiwrapper.h \
src/net/receivebuffer.h
src/net/receivebuffer.h \
src/net/sendbuffer.h
SOURCES += \
src/game.cpp \
@@ -210,7 +211,7 @@ SOURCES += \
src/net/common/internalchatcleanerpacket.cpp \
src/gui/generic/serverguiwrapper.cpp \
src/gui/qttoolsinterface.cpp \
src/net/common/senddatamanager.cpp
src/net/common/sendbuffer.cpp
official_server{
INCLUDEPATH += pkth_stat/daemon_lib/src
+1 -1
View File
@@ -18,7 +18,7 @@
***************************************************************************/
#include <net/chatcleanermanager.h>
#include <net/senddatamanager.h>
#include <net/sendbuffer.h>
#include <boost/bind.hpp>
#include <core/loghelper.h>
#include <third_party/asn1/ChatCleanerMessage.h>
@@ -20,7 +20,7 @@
#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include <net/senddatamanager.h>
#include <net/sendbuffer.h>
#include <boost/swap.hpp>
using namespace std;
+1 -1
View File
@@ -18,7 +18,7 @@
***************************************************************************/
#include <net/senderhelper.h>
#include <net/senddatamanager.h>
#include <net/sendbuffer.h>
#include <net/sendercallback.h>
#include <net/socket_helper.h>
#include <net/socket_msg.h>
+1 -1
View File
@@ -18,7 +18,7 @@
***************************************************************************/
#include <net/sessiondata.h>
#include <net/senddatamanager.h>
#include <net/sendbuffer.h>
#include <gsasl.h>
using namespace std;