diff --git a/pokerth_lib.pro b/pokerth_lib.pro index d00a8b52..9c4c2671 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -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 diff --git a/src/net/common/chatcleanermanager.cpp b/src/net/common/chatcleanermanager.cpp index bbf28675..33b7b4bb 100644 --- a/src/net/common/chatcleanermanager.cpp +++ b/src/net/common/chatcleanermanager.cpp @@ -18,7 +18,7 @@ ***************************************************************************/ #include -#include +#include #include #include #include diff --git a/src/net/common/senddatamanager.cpp b/src/net/common/sendbuffer.cpp similarity index 98% rename from src/net/common/senddatamanager.cpp rename to src/net/common/sendbuffer.cpp index 24d2faf4..c78bbe82 100644 --- a/src/net/common/senddatamanager.cpp +++ b/src/net/common/sendbuffer.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include using namespace std; diff --git a/src/net/common/senderhelper.cpp b/src/net/common/senderhelper.cpp index a87b5ede..fa24fec2 100644 --- a/src/net/common/senderhelper.cpp +++ b/src/net/common/senderhelper.cpp @@ -18,7 +18,7 @@ ***************************************************************************/ #include -#include +#include #include #include #include diff --git a/src/net/common/sessiondata.cpp b/src/net/common/sessiondata.cpp index 1d93bc1d..57929088 100644 --- a/src/net/common/sessiondata.cpp +++ b/src/net/common/sessiondata.cpp @@ -18,7 +18,7 @@ ***************************************************************************/ #include -#include +#include #include using namespace std; diff --git a/src/net/senddatamanager.h b/src/net/sendbuffer.h similarity index 100% rename from src/net/senddatamanager.h rename to src/net/sendbuffer.h