aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2010-05-15 23:22:07 -0400
committerTeravus Ovares (Dan Olivares)2010-05-15 23:22:07 -0400
commit019925bb2f87695cd16d1bebff4ef300b16e67f1 (patch)
treeb596598ebde44e1bd69c64898f4236d515303871 /OpenSim/Services/Interfaces
parent* Add User Friendly Configuration File Exists check. If OpenSim.ini and eith... (diff)
parentAlmost, but not quite. Commenting verification again, until I understand wher... (diff)
downloadopensim-SC-019925bb2f87695cd16d1bebff4ef300b16e67f1.zip
opensim-SC-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.gz
opensim-SC-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.bz2
opensim-SC-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.xz
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/IGatekeeperService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IGatekeeperService.cs b/OpenSim/Services/Interfaces/IGatekeeperService.cs
index ca7b9b3..2d397bc 100644
--- a/OpenSim/Services/Interfaces/IGatekeeperService.cs
+++ b/OpenSim/Services/Interfaces/IGatekeeperService.cs
@@ -49,6 +49,7 @@ namespace OpenSim.Services.Interfaces
49 public interface IUserAgentService 49 public interface IUserAgentService
50 { 50 {
51 bool LoginAgentToGrid(AgentCircuitData agent, GridRegion gatekeeper, GridRegion finalDestination, out string reason); 51 bool LoginAgentToGrid(AgentCircuitData agent, GridRegion gatekeeper, GridRegion finalDestination, out string reason);
52 void SetClientToken(UUID sessionID, string token);
52 void LogoutAgent(UUID userID, UUID sessionID); 53 void LogoutAgent(UUID userID, UUID sessionID);
53 GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt); 54 GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt);
54 55