* minor refactoring

* using base type IUserService
This commit is contained in:
lbsa71
2007-10-05 13:12:34 +00:00
parent 710b8375a9
commit 82bdf535df
2 changed files with 3 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenSim.Framework.Interfaces
{
UserProfileData GetUserProfile(string firstName, string lastName);
UserProfileData GetUserProfile(string name);
UserProfileData GetUserProfile(LLUUID avatarID);
UserProfileData GetUserProfile(LLUUID userId);
void clearUserAgent(LLUUID avatarID);
UserProfileData SetupMasterUser(string firstName, string lastName);