* Introduced common abstract UserDataBase provider

* Weeded out multiple AvatarPickerAvatar classes
This commit is contained in:
lbsa71
2008-03-28 19:58:45 +00:00
parent 0a47a75b88
commit ca718b6f8d
8 changed files with 166 additions and 182 deletions

View File

@@ -29,18 +29,7 @@ using System.Collections.Generic;
using libsecondlife;
namespace OpenSim.Framework.Data
{
public class AvatarPickerAvatar
{
public LLUUID AvatarID;
public string firstName;
public string lastName;
public AvatarPickerAvatar()
{
}
}
{
public enum DataResponse
{
RESPONSE_OK,