missing file
parent
fefcda52f5
commit
5a51553e7d
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue