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() {