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.

This commit is contained in:
diva
2009-06-14 15:35:09 +00:00
parent 9f2ddfd167
commit 7a9c85526c
19 changed files with 815 additions and 250 deletions

View File

@@ -100,11 +100,6 @@ namespace OpenSim.Region.Framework.Interfaces
#endregion Objects
#region Regions
bool SendHelloNeighbour(ulong regionHandle, RegionInfo thisRegion);
#endregion Regions
}
// This may not be needed, but having it here for now.