* Fission OGS1UserServices into user service and OGS1 user data plugin components

* Make OGS1UserServices inherit from UserManagerBase
* This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
This commit is contained in:
Justin Clarke Casey
2009-04-22 18:15:43 +00:00
parent 7dbcf0570f
commit 2c81e41c8a
15 changed files with 886 additions and 842 deletions

View File

@@ -86,6 +86,8 @@ namespace OpenSim.Tests.Common.Mock
return userProfile;
}
public UserProfileData GetUserByUri(Uri uri) { return null; }
public bool UpdateUserProfile(UserProfileData user)
{