aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorBlueWall2012-01-12 21:19:31 -0500
committerBlueWall2012-01-12 21:19:31 -0500
commitc5594e839e55beb72f9132ebe29a877f62f99138 (patch)
treecb28a1150f22642961e02a9ee173c218ca1a9361 /OpenSim/Region/Framework
parentMerge branch 'master' of /home/opensim/var/repo/opensim (diff)
downloadopensim-SC_OLD-c5594e839e55beb72f9132ebe29a877f62f99138.zip
opensim-SC_OLD-c5594e839e55beb72f9132ebe29a877f62f99138.tar.gz
opensim-SC_OLD-c5594e839e55beb72f9132ebe29a877f62f99138.tar.bz2
opensim-SC_OLD-c5594e839e55beb72f9132ebe29a877f62f99138.tar.xz
Undo some prior work
Move some added fuctions out of core into the addon module to keep things clean
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IUserManagement.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs b/OpenSim/Region/Framework/Interfaces/IUserManagement.cs
index 4f62e28..bfb8369 100644
--- a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs
+++ b/OpenSim/Region/Framework/Interfaces/IUserManagement.cs
@@ -14,9 +14,6 @@ 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);
20 17
21 /// <summary> 18 /// <summary>
22 /// Add a user. 19 /// Add a user.