diff options
Diffstat (limited to 'indra/newview/llpanelplace.h')
-rw-r--r-- | indra/newview/llpanelplace.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/indra/newview/llpanelplace.h b/indra/newview/llpanelplace.h index 8f56eda729..c473900693 100644 --- a/indra/newview/llpanelplace.h +++ b/indra/newview/llpanelplace.h @@ -53,11 +53,17 @@ public: /*virtual*/ BOOL postBuild(); - void displayItemInfo(const LLInventoryItem* pItem); + void resetLocation(); + // Ignore all old location information, useful if you are + // recycling an existing dialog and need to clear it. + void setParcelID(const LLUUID& parcel_id); + // Sends a request for data about the given parcel, which will + // only update the location if there is none already available. + + void displayItemInfo(const LLInventoryItem* pItem); void setRegionID(const LLUUID& region_id) { mRegionID = region_id; } void setSnapshot(const LLUUID& snapshot_id); - void setName(const std::string& name); void setLocationString(const std::string& location); void setErrorStatus(U32 status, const std::string& reason); |