diff options
Diffstat (limited to 'OpenSim/Region')
-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."); |