"git@git.alchemyviewer.org:alchemy/viewer.git" did not exist on "3fc39776dd7a347870a5005808c69f27413de424"
Nat Goodspeed
authored
The LLMuteList singleton instance might be requested before gMessageSystem is constructed. LLMuteList wants to register a couple gMessageSystem callbacks. Since gMessageSystem is not (yet) itself an LLSingleton, LLMuteList's constructor can't just call it into existence. Until now, LLMuteList overrode LLSingleton's getInstance() method: every time getInstance() was called, the subclass override method would check whether gMessageSystem had been initialized, and if so, register its callbacks before forwarding the call to the base-class LLSingleton::getInstance() method. Change to use LLPounceable::callWhenReady() instead. This is the reason gMessageSystem was made an LLPounceable.
Name | Last commit | Last update |
---|---|---|
debian | ||
doc | ||
etc | ||
indra | ||
scripts | ||
.hgignore | ||
.hgtags | ||
BuildParams | ||
autobuild.xml | ||
build.sh |