This commit is contained in:
aozhiwei 2020-09-15 11:40:47 +08:00
parent b665f4aafa
commit 14c68f6cd4
3 changed files with 0 additions and 12 deletions

View File

@ -17,11 +17,6 @@ void GuildMgr::UnInit()
}
void GuildMgr::_SS_MS_LoadGuild(f8::MsgHdr& hdr, const ss::SS_MS_LoadGuild& msg)
{
}
void GuildMgr::_SS_IM_ForwardGuildCMMsg(f8::MsgHdr& hdr, const ss::SS_IM_ForwardGuildCMMsg& msg)
{
switch (hdr.msgid) {

View File

@ -14,7 +14,6 @@ namespace cs
namespace ss
{
class MFIMMsgConext;
class SS_MS_LoadGuild;
class SS_IM_ForwardGuildCMMsg;
}
@ -40,7 +39,6 @@ class GuildMgr : public a8::Singleton<GuildMgr>
void Init();
void UnInit();
void _SS_MS_LoadGuild(f8::MsgHdr& hdr, const ss::SS_MS_LoadGuild& msg);
void _SS_IM_ForwardGuildCMMsg(f8::MsgHdr& hdr, const ss::SS_IM_ForwardGuildCMMsg& msg);
private:

View File

@ -163,11 +163,6 @@ message SS_IM_ForwardGuildSMMsg
optional bytes payload = 2;
}
message SS_MS_LoadGuild
{
optional int64 guild_id = 1;
}
message SS_IM_ReportServerInfo
{
optional int32 instance_id = 1;