From c164b85ea6351f7a00ea6ec2776101287976da10 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Mon, 28 Dec 2009 20:26:44 -0800 Subject: * Added packing/unpacking of the Home fields in PresenceInfo * Cleaned up IUserService and beefed up UserAccoutData --- OpenSim/Data/IUserAccountData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data') diff --git a/OpenSim/Data/IUserAccountData.cs b/OpenSim/Data/IUserAccountData.cs index 6bec188..d1d6c66 100644 --- a/OpenSim/Data/IUserAccountData.cs +++ b/OpenSim/Data/IUserAccountData.cs @@ -40,7 +40,7 @@ namespace OpenSim.Data } /// - /// An interface for connecting to the authentication datastore + /// An interface for connecting to the user accounts datastore /// public interface IUserAccountData { -- cgit v1.1