diff options
author | Dr Scofield | 2008-07-04 11:13:25 +0000 |
---|---|---|
committer | Dr Scofield | 2008-07-04 11:13:25 +0000 |
commit | 6265a09ff90d1de4a09b41fbdcb99a1eb2ebc2d4 (patch) | |
tree | 9a70bf001c72897fac37d96812d2e66681c456b9 /OpenSim/Region/Communications | |
parent | mini-warnings-safari, plus cleanup of IUserServices method naming. (diff) | |
download | opensim-SC_OLD-6265a09ff90d1de4a09b41fbdcb99a1eb2ebc2d4.zip opensim-SC_OLD-6265a09ff90d1de4a09b41fbdcb99a1eb2ebc2d4.tar.gz opensim-SC_OLD-6265a09ff90d1de4a09b41fbdcb99a1eb2ebc2d4.tar.bz2 opensim-SC_OLD-6265a09ff90d1de4a09b41fbdcb99a1eb2ebc2d4.tar.xz |
Renaming UserManagerBase.SetUserProfile(UserProfileData) to
UserManager.UpdateUserProfile(UserProfileData).
Adding UpdateUserProfile(UserProfileData) to IUserService interface.
Adding RemoteAdminPlugin.XmlRpcUpdateUserAccountMethod(...) to provide
a remote update capability.
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index 307751e..852fe5b 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |||
@@ -437,6 +437,12 @@ namespace OpenSim.Region.Communications.OGS1 | |||
437 | throw new Exception("The method or operation is not implemented."); | 437 | throw new Exception("The method or operation is not implemented."); |
438 | } | 438 | } |
439 | 439 | ||
440 | // TODO | ||
441 | public bool UpdateUserProfile(UserProfileData data) | ||
442 | { | ||
443 | return false; | ||
444 | } | ||
445 | |||
440 | public bool UpdateUserProfileProperties(UserProfileData UserProfile) | 446 | public bool UpdateUserProfileProperties(UserProfileData UserProfile) |
441 | { | 447 | { |
442 | m_log.Debug("[OGS1 USER SERVICES]: Asking UserServer to update profile."); | 448 | m_log.Debug("[OGS1 USER SERVICES]: Asking UserServer to update profile."); |