diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llmessage/llhttpsender.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llmessage/llhttpsender.h')
-rw-r--r-- | linden/indra/llmessage/llhttpsender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhttpsender.h b/linden/indra/llmessage/llhttpsender.h index 86dd754..9073f48 100644 --- a/linden/indra/llmessage/llhttpsender.h +++ b/linden/indra/llmessage/llhttpsender.h | |||
@@ -45,7 +45,7 @@ class LLHTTPSender | |||
45 | 45 | ||
46 | /** @brief Send message to host with body, call response when done */ | 46 | /** @brief Send message to host with body, call response when done */ |
47 | virtual void send(const LLHost& host, | 47 | virtual void send(const LLHost& host, |
48 | const char* message, const LLSD& body, | 48 | const std::string& message, const LLSD& body, |
49 | LLHTTPClient::ResponderPtr response) const; | 49 | LLHTTPClient::ResponderPtr response) const; |
50 | 50 | ||
51 | /** @brief Set sender for host, takes ownership of sender. */ | 51 | /** @brief Set sender for host, takes ownership of sender. */ |