From 9617ae17ce798e903502868cd071d0ca693e52f4 Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 24 Jan 2008 23:26:05 +0000 Subject: 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 --- indra/newview/llpanelclassified.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/newview/llpanelclassified.h') 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; -- cgit v1.2.3