summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhttpclientadapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/llhttpclientadapter.h')
-rwxr-xr-xindra/llmessage/llhttpclientadapter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llhttpclientadapter.h b/indra/llmessage/llhttpclientadapter.h
index 270282c66f..0067703895 100755
--- a/indra/llmessage/llhttpclientadapter.h
+++ b/indra/llmessage/llhttpclientadapter.h
@@ -30,6 +30,7 @@
#include "llhttpclientinterface.h"
#include "llsingleton.h" // LLSingleton<>
+/*
class LLHTTPClientAdapter : public LLHTTPClientInterface, public LLSingleton<LLHTTPClientAdapter>
{
public:
@@ -46,6 +47,7 @@ public:
const std::string& url,
LLCurl::ResponderPtr responder);
};
+*/
#endif