AvatarStore. Untested, but complete

This commit is contained in:
Melanie
2010-01-04 02:52:43 +00:00
parent 791c6188fd
commit 6e8d94685d
4 changed files with 64 additions and 16 deletions

View File

@@ -43,5 +43,7 @@ namespace OpenSim.Data
{
AvatarBaseData[] Get(string field, string val);
bool Store(AvatarBaseData data);
bool Delete(UUID principalID, string name);
bool Delete(string field, string val);
}
}