1
This commit is contained in:
parent
05c49a1c6d
commit
f36a675aac
@ -34,8 +34,8 @@ private:
|
|||||||
a8::TimerAttacher timer_attacher_;
|
a8::TimerAttacher timer_attacher_;
|
||||||
std::map<std::string, MatchTeamNew*> team_hash_;
|
std::map<std::string, MatchTeamNew*> team_hash_;
|
||||||
std::map<int, std::tuple<std::string, MatchTeamNew*>> socket_hash_;
|
std::map<int, std::tuple<std::string, MatchTeamNew*>> socket_hash_;
|
||||||
|
std::map<long long, std::shared_ptr<TeamGroup>> group_hash_;
|
||||||
|
|
||||||
std::map<long long, std::shared_ptr<TeamGroup>> matching_list_;
|
std::map<long long, std::shared_ptr<TeamGroup>> matching_list_;
|
||||||
std::map<long long, std::shared_ptr<TeamGroup>> matchok_list_;
|
std::map<long long, std::shared_ptr<TeamGroup>> matchok_list_;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user