From a8901a40f4526720f68049706cabd34cf9717172 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 31 Dec 2009 09:25:16 -0800 Subject: Simulation handlers (agents & objects) completed. --- OpenSim/Services/Interfaces/ISimulationService.cs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'OpenSim/Services/Interfaces') diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs index a169ab7..7ba3e66 100644 --- a/OpenSim/Services/Interfaces/ISimulationService.cs +++ b/OpenSim/Services/Interfaces/ISimulationService.cs @@ -33,9 +33,11 @@ namespace OpenSim.Services.Interfaces { public interface ISimulationService { + IScene GetScene(ulong regionHandle); + #region Agents - bool CreateAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason); + bool CreateAgent(ulong regionHandle, AgentCircuitData aCircuit, uint flags, out string reason); /// /// Full child agent update. @@ -98,11 +100,5 @@ namespace OpenSim.Services.Interfaces #endregion Objects - #region Regions - - bool HelloNeighbour(ulong regionHandle, RegionInfo thisRegion); - - #endregion Regions - } } -- cgit v1.1