diff options
Diffstat (limited to 'OpenSim/Services/Connectors/Grid')
-rw-r--r-- | OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs index 7098b07..8b39171 100644 --- a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs +++ b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs | |||
@@ -55,6 +55,14 @@ namespace OpenSim.Services.Connectors.Grid | |||
55 | m_AssetService = assService; | 55 | m_AssetService = assService; |
56 | } | 56 | } |
57 | 57 | ||
58 | public bool LinkRegion(GridRegion info, out UUID regionID, out ulong regionHandle, out string reason) | ||
59 | { | ||
60 | regionID = LinkRegion(info, out regionHandle); | ||
61 | // reason... | ||
62 | reason = string.Empty; | ||
63 | return true; | ||
64 | } | ||
65 | |||
58 | public UUID LinkRegion(GridRegion info, out ulong realHandle) | 66 | public UUID LinkRegion(GridRegion info, out ulong realHandle) |
59 | { | 67 | { |
60 | UUID uuid = UUID.Zero; | 68 | UUID uuid = UUID.Zero; |