mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Use nini to pass config information to the client stack, rather than the ClientStackUserSettings class
* This conforms better to other module usage
This commit is contained in:
@@ -77,7 +77,6 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
public class RestSessionObjectPosterResponse<TRequest, TResponse>
|
||||
{
|
||||
|
||||
public ReturnResponse<TResponse> ResponseCallback;
|
||||
|
||||
public void BeginPostObject(string requestUrl, TRequest obj, string sid, string aid)
|
||||
|
||||
Reference in New Issue
Block a user