mirror of
git://opensimulator.org/git/opensim
synced 2026-08-16 18:12:19 +00: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
|
|
{
|
|
|
|
}
|