From 7a54467bed7e1da77f7e1a45ee01dfc709b5608d Mon Sep 17 00:00:00 2001 From: gareth Date: Wed, 14 Mar 2007 03:34:49 +0000 Subject: merged new OpenSim from branches/ogs-cs --- src/LocalServers/LocalGridServers/AssemblyInfo.cs | 2 +- src/LocalServers/LocalGridServers/LocalGrid.cs | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'src/LocalServers') diff --git a/src/LocalServers/LocalGridServers/AssemblyInfo.cs b/src/LocalServers/LocalGridServers/AssemblyInfo.cs index e25895f..943f5e7 100644 --- a/src/LocalServers/LocalGridServers/AssemblyInfo.cs +++ b/src/LocalServers/LocalGridServers/AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: ComVisibleAttribute(false)] [assembly: CLSCompliantAttribute(false)] -[assembly: AssemblyVersionAttribute("0.1.*.192")] +[assembly: AssemblyVersionAttribute("0.1.*.193206")] [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 5adce27..86a68d5 100644 --- a/src/LocalServers/LocalGridServers/LocalGrid.cs +++ b/src/LocalServers/LocalGridServers/LocalGrid.cs @@ -113,7 +113,14 @@ namespace LocalGridServers public class LocalGridServer :IGridServer { public List Sessions = new List(); - + + private Dictionary AgentCircuits = new Dictionary(); + + public Dictionary agentcircuits { + get {return agentcircuits;} + set {agentcircuits=value;} + } + public LocalGridServer() { Sessions = new List(); -- cgit v1.1