summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2008-01-24 23:26:05 +0000
committerJames Cook <james@lindenlab.com>2008-01-24 23:26:05 +0000
commit9617ae17ce798e903502868cd071d0ca693e52f4 (patch)
tree471ae4ee8534cd282cfb1c95ba6c68f562a8326b /indra/newview/llpanelclassified.h
parented517c3b1440145aaf7226c1ac8270f20509f708 (diff)
svn merge -r 78173:78397 search-milestone2-1 for classified click-through logging for Streambase so data warehousing can figure out ROI/purchase history immediately after a teleport from an ad. DEV-9204
Diffstat (limited to 'indra/newview/llpanelclassified.h')
-rw-r--r--indra/newview/llpanelclassified.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelclassified.h b/indra/newview/llpanelclassified.h
index 89939f243f..cc82d33d33 100644
--- a/indra/newview/llpanelclassified.h
+++ b/indra/newview/llpanelclassified.h
@@ -101,7 +101,7 @@ public:
static void callbackGotPriceForListing(S32 option, LLString text, void* data);
static void callbackConfirmPublish(S32 option, void* data);
- static void sendClassifiedClickMessage(const LLUUID& classified_id, const char* type, bool from_search);
+ void sendClassifiedClickMessage(const char* type);
protected:
static void saveCallback(S32 option, void* data);
@@ -119,7 +119,7 @@ protected:
protected:
BOOL mInFinder;
- bool mFromSearch;
+ bool mFromSearch; // from web-based "All" search sidebar
BOOL mDirty;
bool mForceClose;
bool mLocationChanged;