aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index bbef28f..c7de419 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -101,6 +101,11 @@ namespace OpenSim.Region.Environment.Scenes
101 101
102 protected SceneCommunicationService m_sceneGridService; 102 protected SceneCommunicationService m_sceneGridService;
103 103
104 public SceneCommunicationService SceneGridService
105 {
106 get { return m_sceneGridService; }
107 }
108
104 /// <summary> 109 /// <summary>
105 /// Each agent has its own capabilities handler. 110 /// Each agent has its own capabilities handler.
106 /// </summary> 111 /// </summary>