1
This commit is contained in:
parent
b665f4aafa
commit
14c68f6cd4
@ -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) {
|
||||
|
@ -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:
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user