diff options
Pulled out HelloNeighbour into its own service, INeighbourService, which may get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IInterregionComms.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs index d239ef4..8f4d3d5 100644 --- a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs +++ b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs | |||
@@ -100,11 +100,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
100 | 100 | ||
101 | #endregion Objects | 101 | #endregion Objects |
102 | 102 | ||
103 | #region Regions | ||
104 | |||
105 | bool SendHelloNeighbour(ulong regionHandle, RegionInfo thisRegion); | ||
106 | |||
107 | #endregion Regions | ||
108 | } | 103 | } |
109 | 104 | ||
110 | // This may not be needed, but having it here for now. | 105 | // This may not be needed, but having it here for now. |