diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-08-22 23:41:54 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-08-22 23:41:54 +0300 |
commit | 056015963290e47e03972e17ce6d603f8f940fe3 (patch) | |
tree | 7a8329b2cb6525d809f7fe8ce921b7aeb99f16f8 /indra/newview/llfloaterobjectweights.h | |
parent | ca8a484f0ee4bcb9b68268f871082d4200062f0e (diff) |
SH-2171 ADDITIONAL FIX Added transaction ID to object weights requests to avoid updating the floater upon outdated or mixed up replies arrival.
Diffstat (limited to 'indra/newview/llfloaterobjectweights.h')
-rw-r--r-- | indra/newview/llfloaterobjectweights.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterobjectweights.h b/indra/newview/llfloaterobjectweights.h index 64aa2f2bbe..9a244573be 100644 --- a/indra/newview/llfloaterobjectweights.h +++ b/indra/newview/llfloaterobjectweights.h @@ -69,6 +69,8 @@ public: void refresh(); private: + /*virtual*/ void generateTransactionID(); + void toggleWeightsLoadingIndicators(bool visible); void toggleLandImpactsLoadingIndicators(bool visible); |