mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* minor refactoring
* using base type IUserService
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user