mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Beginning of rewriting HG. Compiles, and runs, but HG functions not restored yet.
This commit is contained in:
13
OpenSim/Services/Interfaces/IGatekeeperService.cs
Normal file
13
OpenSim/Services/Interfaces/IGatekeeperService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public interface IGatekeeperService
|
||||
{
|
||||
bool LinkRegion(string regionDescriptor, out UUID regionID, out ulong regionHandle, out string imageURL, out string reason);
|
||||
GridRegion GetHyperlinkRegion(UUID regionID);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user