mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Mantis #7664: Added IHypergridLinker interface to establish a contract about what implementers need to provide publicly. This is used by 3rd-party addons such as Wifi.
This commit is contained in:
@@ -124,6 +124,12 @@ namespace OpenSim.Services.Interfaces
|
||||
Dictionary<string,object> GetExtraFeatures();
|
||||
}
|
||||
|
||||
public interface IHypergridLinker
|
||||
{
|
||||
GridRegion TryLinkRegionToCoords(UUID scopeID, string mapName, int xloc, int yloc, UUID ownerID, out string reason);
|
||||
bool TryUnlinkRegion(string mapName);
|
||||
}
|
||||
|
||||
public class GridRegion
|
||||
{
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
Reference in New Issue
Block a user