2 * Copyright 2013, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
18 TeamInfo::TeamInfo(const TeamInfo
&other
)
21 fArguments
= other
.fArguments
;
25 TeamInfo::TeamInfo(team_id team
, const team_info
& info
)
32 TeamInfo::SetTo(team_id team
, const team_info
& info
)
35 fArguments
.SetTo(info
.args
);
40 TeamInfo::SetTo(team_id team
, const BString
& arguments
)
43 fArguments
.SetTo(arguments
);