diff options
author | Kelly Washington <kelly@lindenlab.com> | 2007-06-21 22:40:22 +0000 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2007-06-21 22:40:22 +0000 |
commit | e03bb0606a10f29c8b94909a713a5bb5c69e88b7 (patch) | |
tree | 6d8d07894579438c8cc70e08f5730c3c95dfe768 /indra/llinventory/llparcel.cpp | |
parent | 2638f12f95eea692502836cf6548b4a0b234d009 (diff) |
merge -r62831:64079 branches/maintenance to release
Diffstat (limited to 'indra/llinventory/llparcel.cpp')
-rw-r--r-- | indra/llinventory/llparcel.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/indra/llinventory/llparcel.cpp b/indra/llinventory/llparcel.cpp index 38b0cb06c6..6263f7ae11 100644 --- a/indra/llinventory/llparcel.cpp +++ b/indra/llinventory/llparcel.cpp @@ -1211,24 +1211,6 @@ BOOL LLParcel::exportStream(std::ostream& output_stream) return TRUE; } -// virtual -LLSD LLParcel::asLLSD() const -{ - LLSD p; - p["parcel-id"] = getID(); - p["name"] = getName(); - p["desc"] = getDesc(); - p["owner-id"] = getOwnerID(); - p["group-id"] = getGroupID(); - p["group-owned"] = (bool)getIsGroupOwned(); - p["auction-id"] = (S32)getAuctionID(); - p["snapshot-id"] = getSnapshotID(); - p["authorized-buyer-id"] = getAuthorizedBuyerID(); - p["sale-price"] = getSalePrice(); - p["parcel-flags"] = (S32)getParcelFlags(); - // NOTE: This list is incomplete, as this is used only for search. JC - return p; -} // Assumes we are in a block "ParcelData" void LLParcel::packMessage(LLMessageSystem* msg) |