mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Added database and UserManagerBase glue for FriendsList management
* Don't forget to run prebuild
This commit is contained in:
@@ -92,6 +92,19 @@ namespace OpenSim.Framework
|
||||
/// <param name="user">UserProfile to update</param>
|
||||
bool UpdateUserProfile(UserProfileData user);
|
||||
|
||||
/// <summary>
|
||||
/// Updates the current region the User is in
|
||||
/// </summary>
|
||||
/// <param name="avatarid">User Region the Avatar is IN</param>
|
||||
/// <param name="retionuuid">User Region the Avatar is IN</param>
|
||||
void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid);
|
||||
|
||||
/// <summary>
|
||||
/// Log User Off
|
||||
/// </summary>
|
||||
/// <param name="avatarid">avatar to log off</param>
|
||||
void LogOffUser(LLUUID avatarid);
|
||||
|
||||
/// <summary>
|
||||
/// Adds a new agent to the database
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user