diff options
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs b/OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs deleted file mode 100644 index 13bce0e..0000000 --- a/OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections; | ||
3 | using System.Collections.Generic; | ||
4 | using System.Text; | ||
5 | using System.Xml; | ||
6 | using libsecondlife; | ||
7 | using OpenSim.Framework.Types; | ||
8 | using OpenSim.Framework; | ||
9 | using Nwc.XmlRpc; | ||
10 | |||
11 | namespace OpenSim | ||
12 | { | ||
13 | public class AuthenticateSessionsRemote : AuthenticateSessionsBase | ||
14 | { | ||
15 | public AuthenticateSessionsRemote() | ||
16 | { | ||
17 | |||
18 | } | ||
19 | |||
20 | public XmlRpcResponse ExpectUser(XmlRpcRequest request) | ||
21 | { | ||
22 | return new XmlRpcResponse(); | ||
23 | } | ||
24 | } | ||
25 | } | ||