aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorMelanie2012-01-16 02:19:19 +0100
committerMelanie2012-01-16 02:19:19 +0100
commitd6b9504c84f620f0205f2f1fcf024fda7e68ea5c (patch)
tree3fb8161c2320a642cfe035440c354ba45f612424 /OpenSim/Services/Interfaces
parentMerge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff)
downloadopensim-SC_OLD-d6b9504c84f620f0205f2f1fcf024fda7e68ea5c.zip
opensim-SC_OLD-d6b9504c84f620f0205f2f1fcf024fda7e68ea5c.tar.gz
opensim-SC_OLD-d6b9504c84f620f0205f2f1fcf024fda7e68ea5c.tar.bz2
opensim-SC_OLD-d6b9504c84f620f0205f2f1fcf024fda7e68ea5c.tar.xz
Add methods to allow the groups modules to query online status and last login
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/IGridUserService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IGridUserService.cs b/OpenSim/Services/Interfaces/IGridUserService.cs
index 6613ae7..0a52bfa 100644
--- a/OpenSim/Services/Interfaces/IGridUserService.cs
+++ b/OpenSim/Services/Interfaces/IGridUserService.cs
@@ -131,5 +131,6 @@ namespace OpenSim.Services.Interfaces
131 bool SetLastPosition(string userID, UUID sessionID, UUID regionID, Vector3 lastPosition, Vector3 lastLookAt); 131 bool SetLastPosition(string userID, UUID sessionID, UUID regionID, Vector3 lastPosition, Vector3 lastLookAt);
132 132
133 GridUserInfo GetGridUserInfo(string userID); 133 GridUserInfo GetGridUserInfo(string userID);
134 GridUserInfo[] GetGridUserInfo(string[] userID);
134 } 135 }
135} \ No newline at end of file 136}