summaryrefslogtreecommitdiff
path: root/indra/llinventory/llparcel.cpp
diff options
context:
space:
mode:
authorprep linden <prep@lindenlab.com>2011-05-20 14:26:05 -0400
committerprep linden <prep@lindenlab.com>2011-05-20 14:26:05 -0400
commit0b612741d53a044a0179e1c32018bf8cd4213631 (patch)
tree5fe937740269c99386d0db1b62c5cb07010375c1 /indra/llinventory/llparcel.cpp
parent781addcbc1c7611153ff58fd2f28062a1c4cd041 (diff)
SH-1252 and SH-1253 WIP.
Diffstat (limited to 'indra/llinventory/llparcel.cpp')
-rw-r--r--indra/llinventory/llparcel.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/llinventory/llparcel.cpp b/indra/llinventory/llparcel.cpp
index 0a4cd51ea0..e8cd871157 100644
--- a/indra/llinventory/llparcel.cpp
+++ b/indra/llinventory/llparcel.cpp
@@ -1348,3 +1348,12 @@ LLParcel::ECategory category_ui_string_to_category(const std::string& s)
// is a distinct option from "None" and "Other"
return LLParcel::C_ANY;
}
+
+void LLParcel::updateQuota( const LLUUID& objectId, const ParcelQuota& quota )
+{
+ if ( mID == objectId )
+ {
+ mQuota = quota;
+ }
+}
+