* Added packing/unpacking of the Home fields in PresenceInfo

* Cleaned up IUserService and beefed up UserAccoutData
This commit is contained in:
Diva Canto
2009-12-28 20:26:44 -08:00
parent 3249d5be9a
commit c164b85ea6
3 changed files with 48 additions and 29 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenSim.Data
}
/// <summary>
/// An interface for connecting to the authentication datastore
/// An interface for connecting to the user accounts datastore
/// </summary>
public interface IUserAccountData
{