summaryrefslogtreecommitdiff
path: root/indra/newview/llhomelocationresponder.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhomelocationresponder.h')
-rwxr-xr-xindra/newview/llhomelocationresponder.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llhomelocationresponder.h b/indra/newview/llhomelocationresponder.h
index 9bf4b12c4e..adc6c8cb58 100755
--- a/indra/newview/llhomelocationresponder.h
+++ b/indra/newview/llhomelocationresponder.h
@@ -35,8 +35,10 @@
/* Typedef, Enum, Class, Struct, etc. */
class LLHomeLocationResponder : public LLHTTPClient::Responder
{
- virtual void result( const LLSD& content );
- virtual void errorWithContent( U32 status, const std::string& reason, const LLSD& content );
+ LOG_CLASS(LLHomeLocationResponder);
+private:
+ /* virtual */ void httpSuccess();
+ /* virtual */ void httpFailure();
};
#endif