diff options
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 |