Added FriendsData to both Null storage and SQLite. Untested.

This commit is contained in:
Diva Canto
2010-02-28 16:09:06 -08:00
parent 86c621fdc7
commit 774958bbbf
7 changed files with 186 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ using Mono.Data.SqliteClient;
namespace OpenSim.Data.SQLite
{
/// <summary>
/// A MySQL Interface for the Grid Server
/// A SQLite Interface for Avatar Data
/// </summary>
public class SQLiteAvatarData : SQLiteGenericTableHandler<AvatarBaseData>,
IAvatarData