aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IUserData.cs
diff options
context:
space:
mode:
authorSean Dague2008-05-15 18:42:27 +0000
committerSean Dague2008-05-15 18:42:27 +0000
commit4ff4475d02a26805749897bc62feddcc21b1c5da (patch)
tree0507ff54842f641d6f0e2664d02ac81e67190a97 /OpenSim/Framework/IUserData.cs
parentadd the rest of my UserAppearance created methods to (diff)
downloadopensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.zip
opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.gz
opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.bz2
opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.xz
remove my UserAppearance object, switch all code to use
AvatarAppearance instead.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IUserData.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IUserData.cs b/OpenSim/Framework/IUserData.cs
index 1e557d3..be05094 100644
--- a/OpenSim/Framework/IUserData.cs
+++ b/OpenSim/Framework/IUserData.cs
@@ -178,9 +178,9 @@ namespace OpenSim.Framework
178 /// <summary> 178 /// <summary>
179 /// Gets the user appearance 179 /// Gets the user appearance
180 /// </summer> 180 /// </summer>
181 UserAppearance GetUserAppearance(LLUUID user); 181 AvatarAppearance GetUserAppearance(LLUUID user);
182 182
183 void UpdateUserAppearance(LLUUID user, UserAppearance 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);