summaryrefslogtreecommitdiff
path: root/indra/newview/llexperienceassociationresponder.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llexperienceassociationresponder.h')
-rw-r--r--indra/newview/llexperienceassociationresponder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llexperienceassociationresponder.h b/indra/newview/llexperienceassociationresponder.h
index 8ff62a3dbc..2bdc3d251b 100644
--- a/indra/newview/llexperienceassociationresponder.h
+++ b/indra/newview/llexperienceassociationresponder.h
@@ -41,8 +41,8 @@ public:
ExperienceAssociationResponder(callback_t callback);
- virtual void result(const LLSD& content);
- virtual void error(U32 status, const std::string& reason);
+ /*virtual*/ void httpSuccess();
+ /*virtual*/ void httpFailure();
static void fetchAssociatedExperience(const LLUUID& object_it, const LLUUID& item_id, callback_t callback);