OpenSimMirror/Common/OpenSim.Servers/IRestHandler.cs

9 lines
190 B
C#
Raw Normal View History

2007-05-26 13:40:19 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Servers
{
public delegate string RestMethod( string request, string path, string param );
}