summaryrefslogtreecommitdiff
path: root/indra/newview/llhomelocationresponder.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhomelocationresponder.h')
-rwxr-xr-x[-rw-r--r--]indra/newview/llhomelocationresponder.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llhomelocationresponder.h b/indra/newview/llhomelocationresponder.h
index d640b9c894..adc6c8cb58 100644..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 error( U32 status, const std::string& reason );
+ LOG_CLASS(LLHomeLocationResponder);
+private:
+ /* virtual */ void httpSuccess();
+ /* virtual */ void httpFailure();
};
#endif