diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Framework/IUserData.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/IUserData.cs')
-rw-r--r-- | OpenSim/Framework/IUserData.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/IUserData.cs b/OpenSim/Framework/IUserData.cs index be05094..0b25f7e 100644 --- a/OpenSim/Framework/IUserData.cs +++ b/OpenSim/Framework/IUserData.cs | |||
@@ -87,7 +87,7 @@ namespace OpenSim.Framework | |||
87 | void StoreWebLoginKey(LLUUID agentID, LLUUID webLoginKey); | 87 | void StoreWebLoginKey(LLUUID agentID, LLUUID webLoginKey); |
88 | 88 | ||
89 | /// <summary> | 89 | /// <summary> |
90 | /// Adds a new User profile to the database | 90 | /// Adds a new User profile to the database |
91 | /// </summary> | 91 | /// </summary> |
92 | /// <param name="user">UserProfile to add</param> | 92 | /// <param name="user">UserProfile to add</param> |
93 | void AddNewUserProfile(UserProfileData user); | 93 | void AddNewUserProfile(UserProfileData user); |
@@ -181,8 +181,8 @@ namespace OpenSim.Framework | |||
181 | AvatarAppearance GetUserAppearance(LLUUID user); | 181 | AvatarAppearance GetUserAppearance(LLUUID user); |
182 | 182 | ||
183 | void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance); | 183 | void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance); |
184 | 184 | ||
185 | 185 | ||
186 | void AddAttachment(LLUUID user, LLUUID item); | 186 | void AddAttachment(LLUUID user, LLUUID item); |
187 | void RemoveAttachment(LLUUID user, LLUUID item); | 187 | void RemoveAttachment(LLUUID user, LLUUID item); |
188 | List<LLUUID> GetAttachments(LLUUID user); | 188 | List<LLUUID> GetAttachments(LLUUID user); |