mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
change SimpleStreamHandler to have a processor method argument
This commit is contained in:
@@ -101,4 +101,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
// Handle request stream, return byte array
|
||||
void Handle(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse);
|
||||
}
|
||||
|
||||
public delegate void SimpleStreamMethod(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse);
|
||||
}
|
||||
Reference in New Issue
Block a user