diff options
author | Teravus Ovares (Dan Olivares) | 2009-09-04 00:04:26 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-09-04 00:04:26 -0400 |
commit | 9f05edab04b7c592767b4875b00cec8468121744 (patch) | |
tree | 038c4955e4bbabd7ed2cd67443676480ca52f25a /OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | |
parent | * Fixes the function 'GetTerrainHeightAtXY' (diff) | |
parent | More work on new authentication service (diff) | |
download | opensim-SC_OLD-9f05edab04b7c592767b4875b00cec8468121744.zip opensim-SC_OLD-9f05edab04b7c592767b4875b00cec8468121744.tar.gz opensim-SC_OLD-9f05edab04b7c592767b4875b00cec8468121744.tar.bz2 opensim-SC_OLD-9f05edab04b7c592767b4875b00cec8468121744.tar.xz |
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs')
-rw-r--r-- | OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs b/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs index 5c83299..83ce0d0 100644 --- a/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs +++ b/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | |||
@@ -26,11 +26,15 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | ||
29 | using OpenMetaverse; | 30 | using OpenMetaverse; |
30 | using OpenSim.Services.Interfaces; | 31 | using OpenSim.Services.Interfaces; |
31 | using log4net; | 32 | using log4net; |
32 | using Nini.Config; | 33 | using Nini.Config; |
33 | using System.Reflection; | 34 | using System.Reflection; |
35 | using OpenSim.Data; | ||
36 | using OpenSim.Framework; | ||
37 | using OpenSim.Framework.Console; | ||
34 | 38 | ||
35 | namespace OpenSim.Services.AuthenticationService | 39 | namespace OpenSim.Services.AuthenticationService |
36 | { | 40 | { |