diff options
Diffstat (limited to 'OpenSim/Grid/MessagingServer/UserManager.cs')
-rw-r--r-- | OpenSim/Grid/MessagingServer/UserManager.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Grid/MessagingServer/UserManager.cs b/OpenSim/Grid/MessagingServer/UserManager.cs index de41756..6fa5113 100644 --- a/OpenSim/Grid/MessagingServer/UserManager.cs +++ b/OpenSim/Grid/MessagingServer/UserManager.cs | |||
@@ -30,7 +30,7 @@ using System.Collections; | |||
30 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |
31 | using System.Reflection; | 31 | using System.Reflection; |
32 | using System.Text.RegularExpressions; | 32 | using System.Text.RegularExpressions; |
33 | using libsecondlife; | 33 | using OpenMetaverse; |
34 | using log4net; | 34 | using log4net; |
35 | using Nwc.XmlRpc; | 35 | using Nwc.XmlRpc; |
36 | using OpenSim.Framework; | 36 | using OpenSim.Framework; |
@@ -41,7 +41,7 @@ namespace OpenSim.Grid.MessagingServer | |||
41 | { | 41 | { |
42 | class UserManager : UserManagerBase | 42 | class UserManager : UserManagerBase |
43 | { | 43 | { |
44 | public UserAgentData GetUserAgentData(LLUUID AgentID) | 44 | public UserAgentData GetUserAgentData(UUID AgentID) |
45 | { | 45 | { |
46 | UserProfileData userProfile = GetUserProfile(AgentID); | 46 | UserProfileData userProfile = GetUserProfile(AgentID); |
47 | 47 | ||
@@ -67,7 +67,7 @@ namespace OpenSim.Grid.MessagingServer | |||
67 | return null; | 67 | return null; |
68 | } | 68 | } |
69 | 69 | ||
70 | public override UserProfileData SetupMasterUser(LLUUID uuid) | 70 | public override UserProfileData SetupMasterUser(UUID uuid) |
71 | { | 71 | { |
72 | //throw new Exception("The method or operation is not implemented."); | 72 | //throw new Exception("The method or operation is not implemented."); |
73 | return null; | 73 | return null; |