aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/LLStandaloneLoginService.cs
diff options
context:
space:
mode:
authorDiva Canto2009-12-30 21:00:16 -0800
committerDiva Canto2009-12-30 21:00:16 -0800
commitb29ae7246076126e8e39827564438db6e53eac8a (patch)
tree873131cf9b1bbbbf517910454c82d7076a8a02fd /OpenSim/Client/Linden/LLStandaloneLoginService.cs
parentMake ScopeID be wild on user queries. Just pass it as UUID.Zero (diff)
downloadopensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.zip
opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.gz
opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.bz2
opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.xz
First pass at the new login service. Still incomplete, but doesn't disrupt the existing code.
Diffstat (limited to '')
-rw-r--r--OpenSim/Client/Linden/LLStandaloneLoginService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginService.cs b/OpenSim/Client/Linden/LLStandaloneLoginService.cs
index 122110d..a975fa2 100644
--- a/OpenSim/Client/Linden/LLStandaloneLoginService.cs
+++ b/OpenSim/Client/Linden/LLStandaloneLoginService.cs
@@ -37,6 +37,7 @@ using OpenMetaverse;
37using OpenSim.Framework; 37using OpenSim.Framework;
38using OpenSim.Framework.Communications; 38using OpenSim.Framework.Communications;
39using OpenSim.Framework.Communications.Services; 39using OpenSim.Framework.Communications.Services;
40using LoginResponse = OpenSim.Framework.Communications.Services.LoginResponse;
40using OpenSim.Framework.Communications.Cache; 41using OpenSim.Framework.Communications.Cache;
41using OpenSim.Framework.Capabilities; 42using OpenSim.Framework.Capabilities;
42using OpenSim.Framework.Servers; 43using OpenSim.Framework.Servers;