diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserManagement.cs (renamed from OpenSim/Region/Framework/Interfaces/IUserManagement.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs b/OpenSim/Services/Interfaces/IUserManagement.cs index f8088c3..b69a63b 100644 --- a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs +++ b/OpenSim/Services/Interfaces/IUserManagement.cs | |||
@@ -30,7 +30,7 @@ using System.Collections.Generic; | |||
30 | 30 | ||
31 | using OpenMetaverse; | 31 | using OpenMetaverse; |
32 | 32 | ||
33 | namespace OpenSim.Region.Framework.Interfaces | 33 | namespace OpenSim.Services.Interfaces |
34 | { | 34 | { |
35 | /// <summary> | 35 | /// <summary> |
36 | /// This maintains the relationship between a UUID and a user name. | 36 | /// This maintains the relationship between a UUID and a user name. |