mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 19:56:04 +08:00
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
11 lines
172 B
C#
11 lines
172 B
C#
using System.Collections;
|
|
using System.Text;
|
|
using libsecondlife;
|
|
using OpenSim.Region.Capabilities;
|
|
using System.IO;
|
|
|
|
namespace OpenSim.Framework.Servers
|
|
{
|
|
|
|
}
|