mirror of
https://github.com/opensim/opensim.git
synced 2026-06-04 01:26:06 +08:00
8 lines
148 B
C#
8 lines
148 B
C#
using System;
|
|
using Nwc.XmlRpc;
|
|
|
|
namespace OpenSim.Servers
|
|
{
|
|
public delegate XmlRpcResponse XmlRpcMethod( XmlRpcRequest request );
|
|
}
|