diff options
author | Diva Canto | 2009-12-30 21:00:16 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-30 21:00:16 -0800 |
commit | b29ae7246076126e8e39827564438db6e53eac8a (patch) | |
tree | 873131cf9b1bbbbf517910454c82d7076a8a02fd /OpenSim/Client | |
parent | Make ScopeID be wild on user queries. Just pass it as UUID.Zero (diff) | |
download | opensim-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 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginService.cs | 1 |
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; | |||
37 | using OpenSim.Framework; | 37 | using OpenSim.Framework; |
38 | using OpenSim.Framework.Communications; | 38 | using OpenSim.Framework.Communications; |
39 | using OpenSim.Framework.Communications.Services; | 39 | using OpenSim.Framework.Communications.Services; |
40 | using LoginResponse = OpenSim.Framework.Communications.Services.LoginResponse; | ||
40 | using OpenSim.Framework.Communications.Cache; | 41 | using OpenSim.Framework.Communications.Cache; |
41 | using OpenSim.Framework.Capabilities; | 42 | using OpenSim.Framework.Capabilities; |
42 | using OpenSim.Framework.Servers; | 43 | using OpenSim.Framework.Servers; |