aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Servers/XmlRpcMethod.cs
blob: 22954051e2d623b5697dd0b8944109525f13cf76 (plain)
1
2
3
4
5
6
7
using System;
using Nwc.XmlRpc;

namespace OpenSim.Servers
{
    public delegate XmlRpcResponse XmlRpcMethod( XmlRpcRequest request );    
}