mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
added stubs for appearance bits to all the db layers
This commit is contained in:
@@ -53,5 +53,10 @@ namespace OpenSim.Data
|
||||
public abstract string getName();
|
||||
public abstract void Initialise();
|
||||
public abstract List<AvatarPickerAvatar> GeneratePickerResults(LLUUID queryID, string query);
|
||||
}
|
||||
public abstract UserAppearance GetUserAppearance(LLUUID user);
|
||||
public abstract void UpdateUserAppearance(LLUUID user, UserAppearance appearance);
|
||||
public abstract void AddAttachment(LLUUID user, LLUUID item);
|
||||
public abstract void RemoveAttachment(LLUUID user, LLUUID item);
|
||||
public abstract List<LLUUID> GetAttachments(LLUUID user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user