From 99c56acf746516068562fd42ab286668413894e8 Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 18 Mar 2007 20:18:52 +0000 Subject: Added some sanity --- src/LocalServers/LocalGridServers/AssemblyInfo.cs | 42 +++++++++++------------ src/LocalServers/LocalGridServers/LocalGrid.cs | 10 +++--- 2 files changed, 26 insertions(+), 26 deletions(-) (limited to 'src/LocalServers/LocalGridServers') 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 @@ -using System; -using System.Reflection; -using System.Runtime.InteropServices; - -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.42 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -[assembly: ComVisibleAttribute(false)] -[assembly: CLSCompliantAttribute(false)] -[assembly: AssemblyVersionAttribute("0.0.0.1")] -[assembly: AssemblyTitleAttribute("opensim-localservers")] -[assembly: AssemblyDescriptionAttribute("local grid servers")] -[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")] - +using System; +using System.Reflection; +using System.Runtime.InteropServices; + +// ------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Mono Runtime Version: 2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +// ------------------------------------------------------------------------------ + +[assembly: ComVisibleAttribute(false)] +[assembly: CLSCompliantAttribute(false)] +[assembly: AssemblyVersionAttribute("0.1.*.236")] +[assembly: AssemblyTitleAttribute("opensim-localservers")] +[assembly: AssemblyDescriptionAttribute("local grid servers")] +[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")] + 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 } - public void SetServerInfo(string ServerUrl, string ServerKey) + public void SetServerInfo(string ServerUrl, string SendKey) { } @@ -105,7 +105,7 @@ namespace LocalGridServers { while(true) { - + Thread.Sleep(1000); } } } @@ -160,12 +160,12 @@ namespace LocalGridServers return(uuidBlock); } - public override void RequestNeighbours() + public override neighbourinfo[] RequestNeighbours() { - return; + return new neighbourinfo[8]; } - public override void SetServerInfo(string ServerUrl, string ServerKey) + public override void SetServerInfo(string GridServerUrl, string GridSendKey, string GridRecvKey, string UserServerUrl, string UserSendKey, string UserRecvKey) { } -- cgit v1.1