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

namespace OpenSim.Framework.Servers
{
    public delegate TResponse LlsdMethod<TResponse, TRequest>( TRequest request );
}