-
- Downloads
CHOP-962: Make LLControlGroup::declare* return LLControlVariable*
LLControlGroup::declareControl(), declareString() etc. etc. all used to return BOOL -- which no one ever examines because it unconditionally returned TRUE. Make it return the (possibly new) LLControlVariable* instead.
Showing
- indra/llxml/llcontrol.cpp 19 additions, 14 deletionsindra/llxml/llcontrol.cpp
- indra/llxml/llcontrol.h 13 additions, 13 deletionsindra/llxml/llcontrol.h
- indra/newview/tests/llagentaccess_test.cpp 2 additions, 2 deletionsindra/newview/tests/llagentaccess_test.cpp
- indra/newview/tests/lllogininstance_test.cpp 2 additions, 2 deletionsindra/newview/tests/lllogininstance_test.cpp
- indra/newview/tests/llsecapi_test.cpp 2 additions, 2 deletionsindra/newview/tests/llsecapi_test.cpp
- indra/newview/tests/llsechandler_basic_test.cpp 2 additions, 2 deletionsindra/newview/tests/llsechandler_basic_test.cpp
- indra/newview/tests/llslurl_test.cpp 2 additions, 2 deletionsindra/newview/tests/llslurl_test.cpp
- indra/newview/tests/llviewerhelputil_test.cpp 2 additions, 2 deletionsindra/newview/tests/llviewerhelputil_test.cpp
- indra/newview/tests/llviewernetwork_test.cpp 2 additions, 2 deletionsindra/newview/tests/llviewernetwork_test.cpp
Loading
Please register or sign in to comment