summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-03-03 20:10:27 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-03-03 20:10:27 +0200
commitdfe98202c031cd70f469d10f4a34aabc9a366375 (patch)
tree2f74800207f6149c00585afc0aadd401b8afd1b7 /indra/newview/llpanelclassified.h
parent8516ed1dac36c55863062488bac558cd8faec2f2 (diff)
WIP on EXT-5687 (Classifieds are missing the clickthrough data).
Added clicks info and creation date. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelclassified.h')
-rw-r--r--indra/newview/llpanelclassified.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llpanelclassified.h b/indra/newview/llpanelclassified.h
index 1942eb5365..0922150b74 100644
--- a/indra/newview/llpanelclassified.h
+++ b/indra/newview/llpanelclassified.h
@@ -250,6 +250,12 @@ public:
void setInfoLoaded(bool loaded) { mInfoLoaded = loaded; }
+ void setClickThrough(
+ const LLUUID& classified_id,
+ S32 teleport,
+ S32 map,
+ S32 profile);
+
void setExitCallback(const commit_callback_t& cb);
void setEditClassifiedCallback(const commit_callback_t& cb);