aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IUserAccountData.cs
diff options
context:
space:
mode:
authorDiva Canto2009-12-28 20:26:44 -0800
committerDiva Canto2009-12-28 20:26:44 -0800
commitc164b85ea6351f7a00ea6ec2776101287976da10 (patch)
tree884193165c1139340b4ae17f3aaabf63a4b3bbe2 /OpenSim/Data/IUserAccountData.cs
parentAdd the indices to really make this table work (diff)
downloadopensim-SC_OLD-c164b85ea6351f7a00ea6ec2776101287976da10.zip
opensim-SC_OLD-c164b85ea6351f7a00ea6ec2776101287976da10.tar.gz
opensim-SC_OLD-c164b85ea6351f7a00ea6ec2776101287976da10.tar.bz2
opensim-SC_OLD-c164b85ea6351f7a00ea6ec2776101287976da10.tar.xz
* Added packing/unpacking of the Home fields in PresenceInfo
* Cleaned up IUserService and beefed up UserAccoutData
Diffstat (limited to 'OpenSim/Data/IUserAccountData.cs')
-rw-r--r--OpenSim/Data/IUserAccountData.cs2
1 files changed, 1 insertions, 1 deletions
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
40 } 40 }
41 41
42 /// <summary> 42 /// <summary>
43 /// An interface for connecting to the authentication datastore 43 /// An interface for connecting to the user accounts datastore
44 /// </summary> 44 /// </summary>
45 public interface IUserAccountData 45 public interface IUserAccountData
46 { 46 {