diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-05-13 13:56:49 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-05-13 13:56:49 -0700 |
commit | ff3289e2f3a8e87ce33cb267ad30b4a431406f9e (patch) | |
tree | 86a2a503d09956cbd2548e3ad23de86d2e4335e7 /indra/llinventory | |
parent | 00c5628074dff2a687d737bc30e9dbe2a1ccfbf8 (diff) |
ER-898: Modify llGetParcelDetails() on viewer to support parcel privacy. Reviewed by Kelly.
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llparcelflags.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llparcelflags.h b/indra/llinventory/llparcelflags.h index a61130132a..a3d131c7a2 100644 --- a/indra/llinventory/llparcelflags.h +++ b/indra/llinventory/llparcelflags.h @@ -126,5 +126,7 @@ const S32 PARCEL_DETAILS_DESC = 1; const S32 PARCEL_DETAILS_OWNER = 2; const S32 PARCEL_DETAILS_GROUP = 3; const S32 PARCEL_DETAILS_AREA = 4; +const S32 PARCEL_DETAILS_ID = 5; +const S32 PARCEL_DETAILS_PRIVACY = 6; #endif |