aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/IGridServer.cs
diff options
context:
space:
mode:
authorgareth2007-04-03 20:39:28 +0000
committergareth2007-04-03 20:39:28 +0000
commit5e81e7ed9d8d1b5be0d5390cab10975bb3b93516 (patch)
tree674e1df234ac56ccbe92007ea04a3d6711861d65 /OpenSim.Framework/IGridServer.cs
parent* lovely. svn doesn't delete the files from disk on svn delete, so they show ... (diff)
downloadopensim-SC_OLD-5e81e7ed9d8d1b5be0d5390cab10975bb3b93516.zip
opensim-SC_OLD-5e81e7ed9d8d1b5be0d5390cab10975bb3b93516.tar.gz
opensim-SC_OLD-5e81e7ed9d8d1b5be0d5390cab10975bb3b93516.tar.bz2
opensim-SC_OLD-5e81e7ed9d8d1b5be0d5390cab10975bb3b93516.tar.xz
Finished initial sim<>Grid login (kinda)
Can login but no config data sent/updated yet
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 }