aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LocalServers
diff options
context:
space:
mode:
Diffstat (limited to 'src/LocalServers')
-rw-r--r--src/LocalServers/LocalGridServers/AssemblyInfo.cs42
-rw-r--r--src/LocalServers/LocalGridServers/LocalGrid.cs10
2 files changed, 26 insertions, 26 deletions
diff --git a/src/LocalServers/LocalGridServers/AssemblyInfo.cs b/src/LocalServers/LocalGridServers/AssemblyInfo.cs
index 3ca41e4..6dbf063 100644
--- a/src/LocalServers/LocalGridServers/AssemblyInfo.cs
+++ b/src/LocalServers/LocalGridServers/AssemblyInfo.cs
@@ -1,21 +1,21 @@
1using System; 1using System;
2using System.Reflection; 2using System.Reflection;
3using System.Runtime.InteropServices; 3using System.Runtime.InteropServices;
4 4
5//------------------------------------------------------------------------------ 5// ------------------------------------------------------------------------------
6// <auto-generated> 6// <autogenerated>
7// This code was generated by a tool. 7// This code was generated by a tool.
8// Runtime Version:2.0.50727.42 8// Mono Runtime Version: 2.0.50727.42
9// 9//
10// Changes to this file may cause incorrect behavior and will be lost if 10// Changes to this file may cause incorrect behavior and will be lost if
11// the code is regenerated. 11// the code is regenerated.
12// </auto-generated> 12// </autogenerated>
13//------------------------------------------------------------------------------ 13// ------------------------------------------------------------------------------
14 14
15[assembly: ComVisibleAttribute(false)] 15[assembly: ComVisibleAttribute(false)]
16[assembly: CLSCompliantAttribute(false)] 16[assembly: CLSCompliantAttribute(false)]
17[assembly: AssemblyVersionAttribute("0.0.0.1")] 17[assembly: AssemblyVersionAttribute("0.1.*.236")]
18[assembly: AssemblyTitleAttribute("opensim-localservers")] 18[assembly: AssemblyTitleAttribute("opensim-localservers")]
19[assembly: AssemblyDescriptionAttribute("local grid servers")] 19[assembly: AssemblyDescriptionAttribute("local grid servers")]
20[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")] 20[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
21 21
diff --git a/src/LocalServers/LocalGridServers/LocalGrid.cs b/src/LocalServers/LocalGridServers/LocalGrid.cs
index 32ed113..abea888 100644
--- a/src/LocalServers/LocalGridServers/LocalGrid.cs
+++ b/src/LocalServers/LocalGridServers/LocalGrid.cs
@@ -96,7 +96,7 @@ namespace LocalGridServers
96 96
97 } 97 }
98 98
99 public void SetServerInfo(string ServerUrl, string ServerKey) 99 public void SetServerInfo(string ServerUrl, string SendKey)
100 { 100 {
101 101
102 } 102 }
@@ -105,7 +105,7 @@ namespace LocalGridServers
105 { 105 {
106 while(true) 106 while(true)
107 { 107 {
108 108 Thread.Sleep(1000);
109 } 109 }
110 } 110 }
111 } 111 }
@@ -160,12 +160,12 @@ namespace LocalGridServers
160 return(uuidBlock); 160 return(uuidBlock);
161 } 161 }
162 162
163 public override void RequestNeighbours() 163 public override neighbourinfo[] RequestNeighbours()
164 { 164 {
165 return; 165 return new neighbourinfo[8];
166 } 166 }
167 167
168 public override void SetServerInfo(string ServerUrl, string ServerKey) 168 public override void SetServerInfo(string GridServerUrl, string GridSendKey, string GridRecvKey, string UserServerUrl, string UserSendKey, string UserRecvKey)
169 { 169 {
170 170
171 } 171 }