From 57123819a09328df628d519dca77e17bf659bc83 Mon Sep 17 00:00:00 2001 From: azw Date: Sun, 9 Apr 2023 07:25:56 +0000 Subject: [PATCH] 1 --- server/wsproxy/app.cc | 2 +- server/wsproxy/{gameclientmgr.cc => downstreammgr.cc} | 2 +- server/wsproxy/{gameclientmgr.h => downstreammgr.h} | 0 server/wsproxy/mastersvrmgr.cc | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename server/wsproxy/{gameclientmgr.cc => downstreammgr.cc} (99%) rename server/wsproxy/{gameclientmgr.h => downstreammgr.h} (100%) diff --git a/server/wsproxy/app.cc b/server/wsproxy/app.cc index 47737c4..e71cd29 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -17,7 +17,7 @@ #include "jsondatamgr.h" #include "handlermgr.h" #include "downstream.h" -#include "gameclientmgr.h" +#include "downstreammgr.h" #include "ss_msgid.pb.h" #include "ss_proto.pb.h" diff --git a/server/wsproxy/gameclientmgr.cc b/server/wsproxy/downstreammgr.cc similarity index 99% rename from server/wsproxy/gameclientmgr.cc rename to server/wsproxy/downstreammgr.cc index 521915d..6c30884 100644 --- a/server/wsproxy/gameclientmgr.cc +++ b/server/wsproxy/downstreammgr.cc @@ -2,7 +2,7 @@ #include -#include "gameclientmgr.h" +#include "downstreammgr.h" #include "ss_proto.pb.h" #include "downstream.h" diff --git a/server/wsproxy/gameclientmgr.h b/server/wsproxy/downstreammgr.h similarity index 100% rename from server/wsproxy/gameclientmgr.h rename to server/wsproxy/downstreammgr.h diff --git a/server/wsproxy/mastersvrmgr.cc b/server/wsproxy/mastersvrmgr.cc index c8e575e..8ef7614 100644 --- a/server/wsproxy/mastersvrmgr.cc +++ b/server/wsproxy/mastersvrmgr.cc @@ -14,7 +14,7 @@ #include "target_conn.h" #include "target_conn_mgr.h" #include "app.h" -#include "gameclientmgr.h" +#include "downstreammgr.h" void MasterSvrMgr::Init() {