aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService/HypergridLinker.cs
diff options
context:
space:
mode:
authorDiva Canto2011-05-30 20:12:05 -0700
committerDiva Canto2011-05-30 20:12:05 -0700
commitb81a304baaeeee4e0dabb42c8e217c3c30be9863 (patch)
treea205221506ca0e07bbb1dd9b6ccd9b8794f15f52 /OpenSim/Services/GridService/HypergridLinker.cs
parentHGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ce... (diff)
downloadopensim-SC_OLD-b81a304baaeeee4e0dabb42c8e217c3c30be9863.zip
opensim-SC_OLD-b81a304baaeeee4e0dabb42c8e217c3c30be9863.tar.gz
opensim-SC_OLD-b81a304baaeeee4e0dabb42c8e217c3c30be9863.tar.bz2
opensim-SC_OLD-b81a304baaeeee4e0dabb42c8e217c3c30be9863.tar.xz
Made the GatekeeperConnector a public property.
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/GridService/HypergridLinker.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Services/GridService/HypergridLinker.cs b/OpenSim/Services/GridService/HypergridLinker.cs
index b7c0e91..64935af 100644
--- a/OpenSim/Services/GridService/HypergridLinker.cs
+++ b/OpenSim/Services/GridService/HypergridLinker.cs
@@ -61,6 +61,10 @@ namespace OpenSim.Services.GridService
61 protected GridService m_GridService; 61 protected GridService m_GridService;
62 protected IAssetService m_AssetService; 62 protected IAssetService m_AssetService;
63 protected GatekeeperServiceConnector m_GatekeeperConnector; 63 protected GatekeeperServiceConnector m_GatekeeperConnector;
64 public GatekeeperServiceConnector GatekeeperConnector
65 {
66 get { return m_GatekeeperConnector; }
67 }
64 68
65 protected UUID m_ScopeID = UUID.Zero; 69 protected UUID m_ScopeID = UUID.Zero;
66 protected bool m_Check4096 = true; 70 protected bool m_Check4096 = true;