diff options
author | Sean Dague | 2008-02-19 19:16:21 +0000 |
---|---|---|
committer | Sean Dague | 2008-02-19 19:16:21 +0000 |
commit | 530cc2488461a4ef68a06eaba42698fcdc09f459 (patch) | |
tree | d2db34a2dcdb10b3b85aaeb200334ee9a27cae91 /OpenSim/Region/Environment/Interfaces/IHttpRequests.cs | |
parent | Added to OpenSim.ini.example: (diff) | |
download | opensim-SC_OLD-530cc2488461a4ef68a06eaba42698fcdc09f459.zip opensim-SC_OLD-530cc2488461a4ef68a06eaba42698fcdc09f459.tar.gz opensim-SC_OLD-530cc2488461a4ef68a06eaba42698fcdc09f459.tar.bz2 opensim-SC_OLD-530cc2488461a4ef68a06eaba42698fcdc09f459.tar.xz |
From: Michael Osias <mosias@us.ibm.com>
This patch implements the llSendRemoteData command and fixes mantis 552,
and possibly 586.
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/IHttpRequests.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IHttpRequests.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs b/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs index 6aa8f35..946abef 100644 --- a/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs +++ b/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs | |||
@@ -38,5 +38,7 @@ namespace OpenSim.Region.Environment.Interfaces | |||
38 | LLUUID StartHttpRequest(uint localID, LLUUID itemID, string url, List<string> parameters, string body); | 38 | LLUUID StartHttpRequest(uint localID, LLUUID itemID, string url, List<string> parameters, string body); |
39 | void StopHttpRequest(uint m_localID, LLUUID m_itemID); | 39 | void StopHttpRequest(uint m_localID, LLUUID m_itemID); |
40 | HttpRequestClass GetNextCompletedRequest(); | 40 | HttpRequestClass GetNextCompletedRequest(); |
41 | void RemoveCompletedRequest(LLUUID id); | ||
42 | |||
41 | } | 43 | } |
42 | } \ No newline at end of file | 44 | } \ No newline at end of file |