From eb8640f368ab43b27395690404e845f09366c652 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Tue, 25 Sep 2007 06:33:18 +0000 Subject: * Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client. --- OpenSim/Framework/General/Interfaces/IScene.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Framework/General/Interfaces/IScene.cs') diff --git a/OpenSim/Framework/General/Interfaces/IScene.cs b/OpenSim/Framework/General/Interfaces/IScene.cs index 6140918..e3e65f1 100644 --- a/OpenSim/Framework/General/Interfaces/IScene.cs +++ b/OpenSim/Framework/General/Interfaces/IScene.cs @@ -38,5 +38,10 @@ namespace OpenSim.Framework.Interfaces RegionInfo RegionInfo { get; } object SyncRoot { get; } uint NextLocalId { get; } + + ClientManager ClientManager + { + get; + } } } -- cgit v1.1