diff options
Renamed the new Directories. (removed the "-Source" from the end of them)
Diffstat (limited to 'Common-Source/OpenSim.Servers/XmlRpcMethod.cs')
-rw-r--r-- | Common-Source/OpenSim.Servers/XmlRpcMethod.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Common-Source/OpenSim.Servers/XmlRpcMethod.cs b/Common-Source/OpenSim.Servers/XmlRpcMethod.cs deleted file mode 100644 index 2295405..0000000 --- a/Common-Source/OpenSim.Servers/XmlRpcMethod.cs +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | using System; | ||
2 | using Nwc.XmlRpc; | ||
3 | |||
4 | namespace OpenSim.Servers | ||
5 | { | ||
6 | public delegate XmlRpcResponse XmlRpcMethod( XmlRpcRequest request ); | ||
7 | } | ||