diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/llmessage/llhttpnode.cpp | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
Diffstat (limited to 'linden/indra/llmessage/llhttpnode.cpp')
-rw-r--r-- | linden/indra/llmessage/llhttpnode.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/linden/indra/llmessage/llhttpnode.cpp b/linden/indra/llmessage/llhttpnode.cpp index afd27e9..540b507 100644 --- a/linden/indra/llmessage/llhttpnode.cpp +++ b/linden/indra/llmessage/llhttpnode.cpp | |||
@@ -169,15 +169,9 @@ void LLHTTPNode::del(LLHTTPNode::ResponsePtr response, const LLSD& context) cons | |||
169 | } | 169 | } |
170 | 170 | ||
171 | // virtual | 171 | // virtual |
172 | LLSD LLHTTPNode::del() const | ||
173 | { | ||
174 | throw NotImplemented(); | ||
175 | } | ||
176 | |||
177 | // virtual | ||
178 | LLSD LLHTTPNode::del(const LLSD&) const | 172 | LLSD LLHTTPNode::del(const LLSD&) const |
179 | { | 173 | { |
180 | return del(); | 174 | throw NotImplemented(); |
181 | } | 175 | } |
182 | 176 | ||
183 | 177 | ||