aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llparcel.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:59 -0500
committerJacek Antonelli2008-08-15 23:44:59 -0500
commita408bac29378072fbf36864164149458c978cfcc (patch)
tree67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/llinventory/llparcel.cpp
parentSecond Life viewer sources 1.17.0.12 (diff)
downloadmeta-impy-a408bac29378072fbf36864164149458c978cfcc.zip
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz
Second Life viewer sources 1.17.1.0
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)