mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
added stubs for appearance bits to all the db layers
This commit is contained in:
@@ -174,5 +174,17 @@ namespace OpenSim.Framework
|
||||
/// Initialises the plugin (artificial constructor)
|
||||
/// </summary>
|
||||
void Initialise();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the user appearance
|
||||
/// </summer>
|
||||
UserAppearance GetUserAppearance(LLUUID user);
|
||||
|
||||
void UpdateUserAppearance(LLUUID user, UserAppearance appearance);
|
||||
|
||||
|
||||
void AddAttachment(LLUUID user, LLUUID item);
|
||||
void RemoveAttachment(LLUUID user, LLUUID item);
|
||||
List<LLUUID> GetAttachments(LLUUID user);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user