diff options
author | gareth | 2007-04-03 20:39:28 +0000 |
---|---|---|
committer | gareth | 2007-04-03 20:39:28 +0000 |
commit | 5e81e7ed9d8d1b5be0d5390cab10975bb3b93516 (patch) | |
tree | 674e1df234ac56ccbe92007ea04a3d6711861d65 /OpenSim.GridInterfaces/Local/LocalGridServer.cs | |
parent | * lovely. svn doesn't delete the files from disk on svn delete, so they show ... (diff) | |
download | opensim-SC-5e81e7ed9d8d1b5be0d5390cab10975bb3b93516.zip opensim-SC-5e81e7ed9d8d1b5be0d5390cab10975bb3b93516.tar.gz opensim-SC-5e81e7ed9d8d1b5be0d5390cab10975bb3b93516.tar.bz2 opensim-SC-5e81e7ed9d8d1b5be0d5390cab10975bb3b93516.tar.xz |
Finished initial sim<>Grid login (kinda)
Can login but no config data sent/updated yet
Diffstat (limited to 'OpenSim.GridInterfaces/Local/LocalGridServer.cs')
-rw-r--r-- | OpenSim.GridInterfaces/Local/LocalGridServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.GridInterfaces/Local/LocalGridServer.cs b/OpenSim.GridInterfaces/Local/LocalGridServer.cs index d70e989..311179b 100644 --- a/OpenSim.GridInterfaces/Local/LocalGridServer.cs +++ b/OpenSim.GridInterfaces/Local/LocalGridServer.cs | |||
@@ -63,7 +63,7 @@ namespace OpenSim.GridInterfaces.Local | |||
63 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine("Local Grid Server class created"); | 63 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine("Local Grid Server class created"); |
64 | } | 64 | } |
65 | 65 | ||
66 | public override bool RequestConnection() | 66 | public override bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port) |
67 | { | 67 | { |
68 | return true; | 68 | return true; |
69 | } | 69 | } |