1
This commit is contained in:
parent
2e47afc218
commit
e9201b26e9
@ -62,12 +62,6 @@ class Guild
|
||||
|
||||
void Init();
|
||||
void UnInit();
|
||||
|
||||
bool IsFull();
|
||||
void Rename(const std::string& new_guild_name);
|
||||
GuildMember* GetMember(const std::string& account_id);
|
||||
void AddMember(GuildMember* member);
|
||||
void RemoveMember(const std::string& account_id);
|
||||
void MarkDirty();
|
||||
|
||||
void _CMGuildInfo(int socket_handle, const ss::MFIMMsgConext& context, const cs::CMGuildInfo& msg);
|
||||
@ -81,6 +75,12 @@ class Guild
|
||||
void _CMGuildLog(int socket_handle, const ss::MFIMMsgConext& context, const cs::CMGuildLog& msg);
|
||||
|
||||
private:
|
||||
bool IsFull();
|
||||
void Rename(const std::string& new_guild_name);
|
||||
GuildMember* GetMember(const std::string& account_id);
|
||||
void AddMember(GuildMember* member);
|
||||
void RemoveMember(const std::string& account_id);
|
||||
|
||||
void FillGuildBasic(cs::MFGuildBasic* guild_basic);
|
||||
void FillGuildDB(ss::MFGuildDB& guild_dto);
|
||||
void SaveToDB();
|
||||
|
Loading…
x
Reference in New Issue
Block a user