aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/LlsdMethod.cs
blob: 4ce4287bde70b8f666d95b9bcc905735519dfa0a (plain)
1
2
3
4
5
6
7
8
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Framework.Servers
{
    public delegate string LlsdMethod(string request, string path, string param);
}