summaryrefslogtreecommitdiff
path: root/indra/newview/lllandmarklist.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-08-31 19:55:19 -0400
committerLoren Shih <seraph@lindenlab.com>2010-08-31 19:55:19 -0400
commit704405903f8d1606ef98df76d37c83931e5368ab (patch)
tree7a970bcfad80962c4d0e96e9351ed718da687dff /indra/newview/lllandmarklist.h
parent85d659f44d2badfd42ee9b1ae7cd0971806672d4 (diff)
parent3cabca8df62ae8ee815dd7d885f14f5a7d0ea98d (diff)
pull from viewer-development
Diffstat (limited to 'indra/newview/lllandmarklist.h')
-rw-r--r--indra/newview/lllandmarklist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lllandmarklist.h b/indra/newview/lllandmarklist.h
index 6d32f0e75b..3356f866ce 100644
--- a/indra/newview/lllandmarklist.h
+++ b/indra/newview/lllandmarklist.h
@@ -59,6 +59,10 @@ public:
S32 status,
LLExtStat ext_status );
+ // Returns TRUE if loading the landmark with given asset_uuid has been requested
+ // but is not complete yet.
+ BOOL isAssetInLoadedCallbackMap(const LLUUID& asset_uuid);
+
protected:
void onRegionHandle(const LLUUID& landmark_id);
void makeCallbacks(const LLUUID& landmark_id);