diff options
author | lbsa71 | 2008-03-28 19:58:45 +0000 |
---|---|---|
committer | lbsa71 | 2008-03-28 19:58:45 +0000 |
commit | ca718b6f8d5a76f4f4dcb6625c01c3ec15371bd6 (patch) | |
tree | 2115114e520a0ca0944e825e5928ab8a3dd310d0 /OpenSim/Framework/UserProfileData.cs | |
parent | * Send full inventory folder skeleton to standalone client logins rather than... (diff) | |
download | opensim-SC_OLD-ca718b6f8d5a76f4f4dcb6625c01c3ec15371bd6.zip opensim-SC_OLD-ca718b6f8d5a76f4f4dcb6625c01c3ec15371bd6.tar.gz opensim-SC_OLD-ca718b6f8d5a76f4f4dcb6625c01c3ec15371bd6.tar.bz2 opensim-SC_OLD-ca718b6f8d5a76f4f4dcb6625c01c3ec15371bd6.tar.xz |
* Introduced common abstract UserDataBase provider
* Weeded out multiple AvatarPickerAvatar classes
Diffstat (limited to 'OpenSim/Framework/UserProfileData.cs')
-rw-r--r-- | OpenSim/Framework/UserProfileData.cs | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs index 3959be3..c5d27a2 100644 --- a/OpenSim/Framework/UserProfileData.cs +++ b/OpenSim/Framework/UserProfileData.cs | |||
@@ -148,19 +148,7 @@ namespace OpenSim.Framework | |||
148 | /// </summary> | 148 | /// </summary> |
149 | public UserAgentData currentAgent; | 149 | public UserAgentData currentAgent; |
150 | } | 150 | } |
151 | 151 | ||
152 | /// <summary> | ||
153 | /// Minimal User Data required to service the AvatarPickerReply | ||
154 | /// </summary> | ||
155 | //public class AvatarPickerAvatar | ||
156 | //{ | ||
157 | //public LLUUID AvatarID; | ||
158 | //public string firstName; | ||
159 | //public string lastName; | ||
160 | //public AvatarPickerAvatar() | ||
161 | //{ | ||
162 | //} | ||
163 | //} | ||
164 | /// <summary> | 152 | /// <summary> |
165 | /// Information about a users session | 153 | /// Information about a users session |
166 | /// </summary> | 154 | /// </summary> |