aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/IGridServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.Framework/IGridServer.cs')
-rw-r--r--OpenSim.Framework/IGridServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Framework/IGridServer.cs b/OpenSim.Framework/IGridServer.cs
index 026dfab..001ce3b 100644
--- a/OpenSim.Framework/IGridServer.cs
+++ b/OpenSim.Framework/IGridServer.cs
@@ -48,7 +48,7 @@ namespace OpenSim.Framework.Interfaces
48 AuthenticateResponse AuthenticateSession(LLUUID sessionID, LLUUID agentID, uint circuitCode); 48 AuthenticateResponse AuthenticateSession(LLUUID sessionID, LLUUID agentID, uint circuitCode);
49 bool LogoutSession(LLUUID sessionID, LLUUID agentID, uint circuitCode); 49 bool LogoutSession(LLUUID sessionID, LLUUID agentID, uint circuitCode);
50 string GetName(); 50 string GetName();
51 bool RequestConnection(); 51 bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port);
52 void SetServerInfo(string ServerUrl, string SendKey, string RecvKey); 52 void SetServerInfo(string ServerUrl, string SendKey, string RecvKey);
53 void Close(); 53 void Close();
54 } 54 }