diff options
Diffstat (limited to 'OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs')
-rw-r--r-- | OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs b/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs index c235e96..80b65c1 100644 --- a/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs +++ b/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs | |||
@@ -62,16 +62,6 @@ namespace OpenSim.Framework.Data.MSSQL | |||
62 | } | 62 | } |
63 | 63 | ||
64 | /// <summary> | 64 | /// <summary> |
65 | /// Searches the database for a specified user profile | ||
66 | /// </summary> | ||
67 | /// <param name="name">The account name of the user</param> | ||
68 | /// <returns>A user profile</returns> | ||
69 | public UserProfileData GetUserByName(string name) | ||
70 | { | ||
71 | return GetUserByName(name.Split(' ')[0], name.Split(' ')[1]); | ||
72 | } | ||
73 | |||
74 | /// <summary> | ||
75 | /// Searches the database for a specified user profile by name components | 65 | /// Searches the database for a specified user profile by name components |
76 | /// </summary> | 66 | /// </summary> |
77 | /// <param name="user">The first part of the account name</param> | 67 | /// <param name="user">The first part of the account name</param> |
@@ -188,11 +178,7 @@ namespace OpenSim.Framework.Data.MSSQL | |||
188 | return returnlist; | 178 | return returnlist; |
189 | } | 179 | } |
190 | 180 | ||
191 | /// <summary> | 181 | // See IUserData |
192 | /// Searches the database for a specified user profile by UUID | ||
193 | /// </summary> | ||
194 | /// <param name="uuid">The account ID</param> | ||
195 | /// <returns>The users profile</returns> | ||
196 | public UserProfileData GetUserByUUID(LLUUID uuid) | 182 | public UserProfileData GetUserByUUID(LLUUID uuid) |
197 | { | 183 | { |
198 | try | 184 | try |