aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/IUserService.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/Communications/IUserService.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 'OpenSim/Framework/Communications/IUserService.cs')
-rw-r--r--OpenSim/Framework/Communications/IUserService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/IUserService.cs b/OpenSim/Framework/Communications/IUserService.cs
index f8d5541..7d71d02 100644
--- a/OpenSim/Framework/Communications/IUserService.cs
+++ b/OpenSim/Framework/Communications/IUserService.cs
@@ -111,9 +111,9 @@ namespace OpenSim.Framework.Communications
111 111
112 /// <summary> 112 /// <summary>
113 /// Get's the User Appearance 113 /// Get's the User Appearance
114 UserAppearance GetUserAppearance(LLUUID user); 114 AvatarAppearance GetUserAppearance(LLUUID user);
115 115
116 void UpdateUserAppearance(LLUUID user, UserAppearance appearance); 116 void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance);
117 117
118 void AddAttachment(LLUUID user, LLUUID attach); 118 void AddAttachment(LLUUID user, LLUUID attach);
119 119