missing file

master
UbitUmarov 2020-04-23 16:08:16 +01:00
parent fefcda52f5
commit 5a51553e7d
1 changed files with 5 additions and 2 deletions

View File

@ -78,7 +78,11 @@ namespace OpenSim.Framework.Servers.HttpServer
/// </returns>
bool AddHTTPHandler(string methodName, GenericHTTPMethod handler);
bool AddPollServiceHTTPHandler(string methodName, PollServiceEventArgs args);
bool AddPollServiceHTTPHandler(string ulr, PollServiceEventArgs args);
bool AddPollServiceHTTPHandler(PollServiceEventArgs args);
void RemovePollServiceHTTPHandler(string url, string path);
void RemovePollServiceHTTPHandler(string path);
/// <summary>
/// Adds a LLSD handler, yay.
@ -133,7 +137,6 @@ namespace OpenSim.Framework.Servers.HttpServer
/// <param name="path"></param>
void RemoveHTTPHandler(string httpMethod, string path);
void RemovePollServiceHTTPHandler(string httpMethod, string path);
bool RemoveLLSDHandler(string path, LLSDMethod handler);