diff options
Some more code refactoring, plus a restructuring of the directories so that the Grid servers can be a separate solution to the region server.
Diffstat (limited to 'OpenSim.Servers/XmlRpcMethod.cs')
-rw-r--r-- | OpenSim.Servers/XmlRpcMethod.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim.Servers/XmlRpcMethod.cs b/OpenSim.Servers/XmlRpcMethod.cs deleted file mode 100644 index 2295405..0000000 --- a/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 | } | ||