diff options
Diffstat (limited to 'linden/indra/llmessage/llhttpnode.h')
-rw-r--r-- | linden/indra/llmessage/llhttpnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhttpnode.h b/linden/indra/llmessage/llhttpnode.h index b4d4aed..7d9cb95 100644 --- a/linden/indra/llmessage/llhttpnode.h +++ b/linden/indra/llmessage/llhttpnode.h | |||
@@ -86,7 +86,6 @@ public: | |||
86 | virtual LLSD put(const LLSD& input) const; | 86 | virtual LLSD put(const LLSD& input) const; |
87 | virtual LLSD post(const LLSD& input) const; | 87 | virtual LLSD post(const LLSD& input) const; |
88 | 88 | ||
89 | virtual LLSD del() const; | ||
90 | virtual LLSD del(const LLSD& context) const; | 89 | virtual LLSD del(const LLSD& context) const; |
91 | 90 | ||
92 | class Response : public LLRefCount | 91 | class Response : public LLRefCount |
@@ -109,6 +108,7 @@ public: | |||
109 | virtual void get(ResponsePtr, const LLSD& context) const; | 108 | virtual void get(ResponsePtr, const LLSD& context) const; |
110 | virtual void put(ResponsePtr, const LLSD& context, const LLSD& input) const; | 109 | virtual void put(ResponsePtr, const LLSD& context, const LLSD& input) const; |
111 | virtual void post(ResponsePtr, const LLSD& context, const LLSD& input) const; | 110 | virtual void post(ResponsePtr, const LLSD& context, const LLSD& input) const; |
111 | |||
112 | virtual void del(ResponsePtr, const LLSD& context) const; | 112 | virtual void del(ResponsePtr, const LLSD& context) const; |
113 | //@} | 113 | //@} |
114 | 114 | ||