Skip to content
Snippets Groups Projects
Commit b8805c89 authored by Rider Linden's avatar Rider Linden
Browse files

Forgot to remove some commented code.

parent fe8dec32
No related branches found
No related tags found
No related merge requests found
...@@ -61,35 +61,4 @@ class LLEnvironmentApply ...@@ -61,35 +61,4 @@ class LLEnvironmentApply
static void environmentApplyCoro(LLCoros::self& self, std::string url, LLSD content); static void environmentApplyCoro(LLCoros::self& self, std::string url, LLSD content);
}; };
#if 0
class LLEnvironmentApplyResponder: public LLHTTPClient::Responder
{
LOG_CLASS(LLEnvironmentApplyResponder);
private:
/*
* Expecting reply from sim in form of:
* {
* regionID : uuid,
* messageID: uuid,
* success : true
* }
* or
* {
* regionID : uuid,
* success : false,
* fail_reason : string
* }
*/
/* virtual */ void httpSuccess();
// non-2xx errors only
/* virtual */ void httpFailure();
private:
friend class LLEnvironmentApply;
LLEnvironmentApplyResponder() {}
};
#endif
#endif // LL_LLWLHANDLERS_H #endif // LL_LLWLHANDLERS_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment