From 303aa4b65ead33c44122d61c0f9ef075236e6f76 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 14 May 2009 18:08:54 +0000 Subject: * refactor: move bottom part of 'xml2' serializaton to separate class --- OpenSim/Region/Framework/Interfaces/IInterregionComms.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region/Framework/Interfaces/IInterregionComms.cs') diff --git a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs index 95b1079..34b8aac 100644 --- a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs +++ b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs @@ -35,7 +35,6 @@ namespace OpenSim.Region.Framework.Interfaces public interface IInterregionCommsOut { - #region Agents bool SendCreateChildAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason); @@ -87,7 +86,7 @@ namespace OpenSim.Region.Framework.Interfaces /// /// /// - bool SendCreateObject(ulong regionHandle, ISceneObject sog, bool isLocalCall); + bool SendCreateObject(ulong regionHandle, SceneObjectGroup sog, bool isLocalCall); /// /// Create an object from the user's inventory in the destination region. -- cgit v1.1