phoenix-firestorm/indra/llxml
Nat Goodspeed d2386652f8 CHOP-962: Make LLControlVariable::setPersist() accept only enum.
Initial change made LLControlVariable::mPersist an enum, but retained
bool/BOOL public API. setPersist(true) set one value, setPersist(false) set
another, forcePersist() set the third. Per code review, expose enum to public,
make setPersist() (and LLControlVariable constructor, and LLControlGroup::
declareControl(), and all the LLControlGroup::declareMumble() methods, and all
the unit-test dummy declareMumble() method bodies) accept that enum. Remove
forcePersist(). Fix calls to LLControlGroup::declareMumble() accordingly.
Also rename PERSIST_YES to PERSIST_NONDFT, also per code review.
2013-07-25 16:46:51 -04:00
..
tests CHOP-962: Preserve unrecognized user settings variables. 2013-07-17 11:30:09 -04:00
CMakeLists.txt Merge vwr-dev-mat 2013-05-01 08:11:15 -07:00
llcontrol.cpp CHOP-962: Make LLControlVariable::setPersist() accept only enum. 2013-07-25 16:46:51 -04:00
llcontrol.h CHOP-962: Make LLControlVariable::setPersist() accept only enum. 2013-07-25 16:46:51 -04:00
llcontrolgroupreader.h Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llxmlnode.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llxmlnode.h Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llxmlparser.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llxmlparser.h Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llxmltree.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llxmltree.h Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00