diff options
author | BlueWall | 2012-01-03 12:20:49 -0500 |
---|---|---|
committer | BlueWall | 2012-01-03 12:20:49 -0500 |
commit | 2c8e72217e6d6651bbae397ec78155a2a487afb6 (patch) | |
tree | b413f7389f6e0c4a933c56a79747c3f1a0e54492 /OpenSim/Region/Framework/Interfaces/IUserManagement.cs | |
parent | Fix for failed http request status (diff) | |
parent | Profile Updates (diff) | |
download | opensim-SC-2c8e72217e6d6651bbae397ec78155a2a487afb6.zip opensim-SC-2c8e72217e6d6651bbae397ec78155a2a487afb6.tar.gz opensim-SC-2c8e72217e6d6651bbae397ec78155a2a487afb6.tar.bz2 opensim-SC-2c8e72217e6d6651bbae397ec78155a2a487afb6.tar.xz |
Merge branch 'new_modules'
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IUserManagement.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IUserManagement.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs b/OpenSim/Region/Framework/Interfaces/IUserManagement.cs index ea0ba593..54dfaf4 100644 --- a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs +++ b/OpenSim/Region/Framework/Interfaces/IUserManagement.cs | |||
@@ -14,6 +14,9 @@ namespace OpenSim.Region.Framework.Interfaces | |||
14 | string GetUserHomeURL(UUID uuid); | 14 | string GetUserHomeURL(UUID uuid); |
15 | string GetUserUUI(UUID uuid); | 15 | string GetUserUUI(UUID uuid); |
16 | string GetUserServerURL(UUID uuid, string serverType); | 16 | string GetUserServerURL(UUID uuid, string serverType); |
17 | int GetUserFlags(UUID userID); | ||
18 | int GetUserCreated(UUID userID); | ||
19 | string GetUserTitle(UUID userID); | ||
17 | 20 | ||
18 | /// <summary> | 21 | /// <summary> |
19 | /// Add a user. | 22 | /// Add a user. |