diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IInterregionComms.cs | 3 |
1 files changed, 1 insertions, 2 deletions
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 | |||
35 | 35 | ||
36 | public interface IInterregionCommsOut | 36 | public interface IInterregionCommsOut |
37 | { | 37 | { |
38 | |||
39 | #region Agents | 38 | #region Agents |
40 | 39 | ||
41 | bool SendCreateChildAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason); | 40 | bool SendCreateChildAgent(ulong regionHandle, AgentCircuitData aCircuit, out string reason); |
@@ -87,7 +86,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
87 | /// <param name="sog"></param> | 86 | /// <param name="sog"></param> |
88 | /// <param name="isLocalCall"></param> | 87 | /// <param name="isLocalCall"></param> |
89 | /// <returns></returns> | 88 | /// <returns></returns> |
90 | bool SendCreateObject(ulong regionHandle, ISceneObject sog, bool isLocalCall); | 89 | bool SendCreateObject(ulong regionHandle, SceneObjectGroup sog, bool isLocalCall); |
91 | 90 | ||
92 | /// <summary> | 91 | /// <summary> |
93 | /// Create an object from the user's inventory in the destination region. | 92 | /// Create an object from the user's inventory in the destination region. |