From a1c8aa4050b7f7a94e02dd40d8cd456f258b4e2b Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 1 May 2008 15:36:39 +0000 Subject: * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. --- OpenSim/Framework/Communications/UserManagerBase.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/Communications/UserManagerBase.cs') diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index 0f7dc44..e4d8ca2 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs @@ -36,7 +36,7 @@ using log4net; using Nwc.XmlRpc; using OpenSim.Framework.Statistics; -namespace OpenSim.Framework.UserManagement +namespace OpenSim.Framework.Communications { /// /// Base class for user management (create, read, etc) @@ -245,7 +245,7 @@ namespace OpenSim.Framework.UserManagement { try { - plugin.Value.RemoveUserFriend(friendlistowner, friend); + plugin.Value.RemoveUserFriend(friendlistowner, friend); } catch (Exception e) { @@ -370,7 +370,7 @@ namespace OpenSim.Framework.UserManagement if ((profile.CurrentAgent.Position.X > 0) && (profile.CurrentAgent.Position.Y > 0) && (profile.CurrentAgent.Position.Z > 0) - ) + ) { // TODO: Right now, currentRegion has not been used in GridServer for requesting region. // TODO: It is only using currentHandle. @@ -564,7 +564,7 @@ namespace OpenSim.Framework.UserManagement catch (Exception e) { m_log.Info("[USERSTORAGE]: Unable to update user " + UserProfile.ID.ToString() - + " via " + plugin.Key + "(" + e.ToString() + ")"); + + " via " + plugin.Key + "(" + e.ToString() + ")"); return false; } } @@ -596,4 +596,4 @@ namespace OpenSim.Framework.UserManagement return false; } } -} +} \ No newline at end of file -- cgit v1.1