aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs
index 6e3cc49..f7a4c40 100644
--- a/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs
+++ b/OpenSim/Framework/Servers/HttpServer/Interfaces/IHttpServer.cs
@@ -118,6 +118,8 @@ namespace OpenSim.Framework.Servers.HttpServer
118 bool RemoveLLSDHandler(string path, LLSDMethod handler); 118 bool RemoveLLSDHandler(string path, LLSDMethod handler);
119 119
120 void RemoveStreamHandler(string httpMethod, string path); 120 void RemoveStreamHandler(string httpMethod, string path);
121
122 void RemoveXmlRPCHandler(string method);
121 123
122 string GetHTTP404(string host); 124 string GetHTTP404(string host);
123 125