aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llhttpnode.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:37 -0500
committerJacek Antonelli2008-08-15 23:45:37 -0500
commit31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch)
treec4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/llmessage/llhttpnode.h
parentSecond Life viewer sources 1.19.1.1 (diff)
downloadmeta-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.h')
-rw-r--r--linden/indra/llmessage/llhttpnode.h2
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