aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-03 18:22:14 +0000
committerJustin Clark-Casey (justincc)2012-01-03 18:22:14 +0000
commit01eacd3a314b866ce8c6b60f4b1e5643ac96cb65 (patch)
treec27315f31043460626f1433ad5028a7e2093dfe8 /OpenSim/Region/Framework
parentminor: add missing newlines to pCampbot usage statement (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-01eacd3a314b866ce8c6b60f4b1e5643ac96cb65.zip
opensim-SC_OLD-01eacd3a314b866ce8c6b60f4b1e5643ac96cb65.tar.gz
opensim-SC_OLD-01eacd3a314b866ce8c6b60f4b1e5643ac96cb65.tar.bz2
opensim-SC_OLD-01eacd3a314b866ce8c6b60f4b1e5643ac96cb65.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IUserManagement.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs b/OpenSim/Region/Framework/Interfaces/IUserManagement.cs
index ea0ba59..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.