phoenix-firestorm/indra/newview/tests
Rick Pasetto f276b73d97 DEV-41998 - refactor mediadataclient to use a std::list, and re-sort every time an item is pulled off the queue
Review #43

This change refactors mediadataclient to no longer use a PriorityQueue (which sorts only on insertion), but rather just use a std::list which is re-sorted on insert, and also when "popped" (at the time the queue timer goes off).

Also implemented a unit test to make sure re-sorting occurs on timer tick.
2009-11-24 14:26:00 -08:00
..
llagentaccess_test.cpp
llcapabilitylistener_test.cpp
lldateutil_test.cpp
lllogininstance_test.cpp
llmediadataclient_test.cpp DEV-41998 - refactor mediadataclient to use a std::list, and re-sort every time an item is pulled off the queue 2009-11-24 14:26:00 -08:00
lltextureinfo_test.cpp
lltextureinfodetails_test.cpp
lltexturestatsuploader_test.cpp
llviewerhelputil_test.cpp
llworldmap_test.cpp
llworldmipmap_test.cpp
llxmlrpclistener_test.cpp
test_llxmlrpc_peer.py