mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* re-fixed the utf-16 bug in xmlRpcResponse serialization
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
This commit is contained in:
8
OpenSim/Region/Capabilities/LLSDMethod.cs
Normal file
8
OpenSim/Region/Capabilities/LLSDMethod.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.Capabilities
|
||||
{
|
||||
public delegate TResponse LLSDMethod<TRequest, TResponse>(TRequest request);
|
||||
}
|
||||
Reference in New Issue
Block a user