diff options
author | James Cook <james@lindenlab.com> | 2008-01-24 23:26:05 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2008-01-24 23:26:05 +0000 |
commit | 9617ae17ce798e903502868cd071d0ca693e52f4 (patch) | |
tree | 471ae4ee8534cd282cfb1c95ba6c68f562a8326b /indra/newview/llpanelclassified.h | |
parent | ed517c3b1440145aaf7226c1ac8270f20509f708 (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.h | 4 |
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; |