diff options
author | Merov Linden <merov@lindenlab.com> | 2014-05-02 17:09:49 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-05-02 17:09:49 -0700 |
commit | eeeacd3c5f5ae29c5d13cd8cfd983e4308882b41 (patch) | |
tree | 1cdfa12fb1976cb1dacbcb404ae36519472994e8 /indra/newview/llmarketplacefunctions.h | |
parent | 87192990592f9abda8314393bdcac3627c15d5ac (diff) |
DD-22 : WIP : Post listing using json, get listings using json (parsing commented out though as too risky and ugly)
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index 9e2dc871d6..7f1b6350e8 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -163,7 +163,7 @@ public: void initializeSLM(const status_updated_signal_t::slot_type& cb); void getSLMListings(); //void getSLMListing(); - //void postSLMListing(); + void postSLMListing(const LLUUID& folder_id); //void modifySLMListing(); //void associateSLMListing(); |