aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llparcel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llinventory/llparcel.cpp')
-rw-r--r--linden/indra/llinventory/llparcel.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/linden/indra/llinventory/llparcel.cpp b/linden/indra/llinventory/llparcel.cpp
index 990e77d..5902acd 100644
--- a/linden/indra/llinventory/llparcel.cpp
+++ b/linden/indra/llinventory/llparcel.cpp
@@ -1231,24 +1231,6 @@ BOOL LLParcel::exportStream(std::ostream& output_stream)
1231 return TRUE; 1231 return TRUE;
1232} 1232}
1233 1233
1234// virtual
1235LLSD LLParcel::asLLSD() const
1236{
1237 LLSD p;
1238 p["parcel-id"] = getID();
1239 p["name"] = getName();
1240 p["desc"] = getDesc();
1241 p["owner-id"] = getOwnerID();
1242 p["group-id"] = getGroupID();
1243 p["group-owned"] = (bool)getIsGroupOwned();
1244 p["auction-id"] = (S32)getAuctionID();
1245 p["snapshot-id"] = getSnapshotID();
1246 p["authorized-buyer-id"] = getAuthorizedBuyerID();
1247 p["sale-price"] = getSalePrice();
1248 p["parcel-flags"] = (S32)getParcelFlags();
1249 // NOTE: This list is incomplete, as this is used only for search. JC
1250 return p;
1251}
1252 1234
1253// Assumes we are in a block "ParcelData" 1235// Assumes we are in a block "ParcelData"
1254void LLParcel::packMessage(LLMessageSystem* msg) 1236void LLParcel::packMessage(LLMessageSystem* msg)