summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermarketplacelistings.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-04-18 14:41:32 -0700
committerMerov Linden <merov@lindenlab.com>2014-04-18 14:41:32 -0700
commita99e2475443bebb6b9c9d2c8998300ce50f254a8 (patch)
tree36feb4d625180b9e2dfd7044f9f205d234a760c6 /indra/newview/llfloatermarketplacelistings.h
parentc52b4e27f2fbeb558eec3ea587fe88f8e5b947dd (diff)
DD-58 : Implement associate listing UI and primitive
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-xindra/newview/llfloatermarketplacelistings.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h
index 960b6c55e0..f2ff58a712 100755
--- a/indra/newview/llfloatermarketplacelistings.h
+++ b/indra/newview/llfloatermarketplacelistings.h
@@ -122,4 +122,28 @@ private:
LLPanelMarketplaceListings * mPanelListings;
};
+
+//-----------------------------------------------------------------------------
+// LLFloaterAssociateListing()
+//-----------------------------------------------------------------------------
+class LLFloaterAssociateListing : public LLFloater
+{
+ friend class LLFloaterReg;
+public:
+ virtual BOOL postBuild();
+ virtual BOOL handleKeyHere(KEY key, MASK mask);
+
+ static LLFloaterAssociateListing* show(const LLUUID& folder_id);
+
+private:
+ LLFloaterAssociateListing(const LLSD& key);
+ virtual ~LLFloaterAssociateListing();
+
+ // UI Callbacks
+ void apply();
+ void cancel();
+
+ LLUUID mUUID;
+};
+
#endif // LL_LLFLOATERMARKETPLACELISTINGS_H