mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user