-
- Downloads
DEV-40930: Added ["change"] key to login-module status events. Changed
existing event calls to use state as "offline" or "online", with "change" indicating the reason for this status event. Changed disconnect() to send state "offline", change "disconnect" -- instead of replaying last auth failure. Changed unit tests accordingly. Changed LLLoginInstance::handleLoginEvent() to use LLEventDispatcher to route calls to handleLoginFailure() et al. Added LLEventDispatcher::get() to allow retrieving Callable by name and testing for empty().
Showing
- indra/llcommon/lleventdispatcher.cpp 10 additions, 0 deletionsindra/llcommon/lleventdispatcher.cpp
- indra/llcommon/lleventdispatcher.h 4 additions, 0 deletionsindra/llcommon/lleventdispatcher.h
- indra/newview/lllogininstance.cpp 19 additions, 15 deletionsindra/newview/lllogininstance.cpp
- indra/newview/lllogininstance.h 5 additions, 2 deletionsindra/newview/lllogininstance.h
- indra/newview/tests/lllogininstance_test.cpp 7 additions, 0 deletionsindra/newview/tests/lllogininstance_test.cpp
- indra/viewer_components/login/lllogin.cpp 18 additions, 11 deletionsindra/viewer_components/login/lllogin.cpp
- indra/viewer_components/login/tests/lllogin_test.cpp 8 additions, 8 deletionsindra/viewer_components/login/tests/lllogin_test.cpp
Loading
Please register or sign in to comment