diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-08-17 15:16:49 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-08-17 15:16:49 +0300 |
commit | 5b1ad2f83caffe7d625b1b718ad8483cb51ae1ab (patch) | |
tree | e9ee4e2e6b7d56ec8c72b9aa6e89a210d284504e /indra/newview/llfloaterobjectweights.h | |
parent | 8a84ec93fc369c26315f26fa2ec5ddf7733700c9 (diff) | |
parent | 543df6736fb0ae312b9a5e056a35bf8fffd2b6c9 (diff) |
Merge
Diffstat (limited to 'indra/newview/llfloaterobjectweights.h')
-rw-r--r-- | indra/newview/llfloaterobjectweights.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llfloaterobjectweights.h b/indra/newview/llfloaterobjectweights.h index 82743a8aa7..50d028909e 100644 --- a/indra/newview/llfloaterobjectweights.h +++ b/indra/newview/llfloaterobjectweights.h @@ -29,12 +29,14 @@ #include "llfloater.h" +#include "llaccountingcostmanager.h" + class LLLandImpactsObserver; class LLObjectSelection; class LLParcelSelection; class LLTextBox; -class LLFloaterObjectWeights : public LLFloater +class LLFloaterObjectWeights : public LLFloater, LLAccountingCostObserver { public: LOG_CLASS(LLFloaterObjectWeights); @@ -50,6 +52,9 @@ public: /*virtual*/ void onOpen(const LLSD& key); /*virtual*/ void onClose(bool app_quitting); + /*virtual*/ void onWeightsUpdate(const SelectionCost& selection_cost); + /*virtual*/ void setErrorStatus(U32 status, const std::string& reason); + void updateLandImpacts(); private: |