Files
opensim/OpenSim/Region/Examples/SimpleApp/LlsdMethodEntry.cs
lbsa71 5c32b33a66 * 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
2007-07-04 16:28:59 +00:00

11 lines
172 B
C#

using System.Collections;
using System.Text;
using libsecondlife;
using OpenSim.Region.Capabilities;
using System.IO;
namespace OpenSim.Framework.Servers
{
}