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/Services/Interfaces | |
parent | Fix for failed http request status (diff) | |
parent | Profile Updates (diff) | |
download | opensim-SC_OLD-2c8e72217e6d6651bbae397ec78155a2a487afb6.zip opensim-SC_OLD-2c8e72217e6d6651bbae397ec78155a2a487afb6.tar.gz opensim-SC_OLD-2c8e72217e6d6651bbae397ec78155a2a487afb6.tar.bz2 opensim-SC_OLD-2c8e72217e6d6651bbae397ec78155a2a487afb6.tar.xz |
Merge branch 'new_modules'
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/IHypergridServices.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IHypergridServices.cs b/OpenSim/Services/Interfaces/IHypergridServices.cs index e86ec51..5b293ac 100644 --- a/OpenSim/Services/Interfaces/IHypergridServices.cs +++ b/OpenSim/Services/Interfaces/IHypergridServices.cs | |||
@@ -55,6 +55,7 @@ namespace OpenSim.Services.Interfaces | |||
55 | void LogoutAgent(UUID userID, UUID sessionID); | 55 | void LogoutAgent(UUID userID, UUID sessionID); |
56 | GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt); | 56 | GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt); |
57 | Dictionary<string, object> GetServerURLs(UUID userID); | 57 | Dictionary<string, object> GetServerURLs(UUID userID); |
58 | Dictionary<string,object> GetUserInfo(UUID userID); | ||
58 | 59 | ||
59 | string LocateUser(UUID userID); | 60 | string LocateUser(UUID userID); |
60 | // Tries to get the universal user identifier for the targetUserId | 61 | // Tries to get the universal user identifier for the targetUserId |