aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/ISimulationService.cs
diff options
context:
space:
mode:
authorJohn Hurliman2010-03-15 20:54:57 -0700
committerJohn Hurliman2010-03-15 20:54:57 -0700
commit3be2b592b21d5e35c4e5d5704acfb780e270b13d (patch)
tree4d46405e951c7dcf11ec16180f3c2fdf8bbaed79 /OpenSim/Services/Interfaces/ISimulationService.cs
parentFixing line endings (diff)
parentGet the local inner simulation service object to the handler so that there is... (diff)
downloadopensim-SC_OLD-3be2b592b21d5e35c4e5d5704acfb780e270b13d.zip
opensim-SC_OLD-3be2b592b21d5e35c4e5d5704acfb780e270b13d.tar.gz
opensim-SC_OLD-3be2b592b21d5e35c4e5d5704acfb780e270b13d.tar.bz2
opensim-SC_OLD-3be2b592b21d5e35c4e5d5704acfb780e270b13d.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/Interfaces/ISimulationService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs
index ec24d90..67d7cbe 100644
--- a/OpenSim/Services/Interfaces/ISimulationService.cs
+++ b/OpenSim/Services/Interfaces/ISimulationService.cs
@@ -36,6 +36,7 @@ namespace OpenSim.Services.Interfaces
36 public interface ISimulationService 36 public interface ISimulationService
37 { 37 {
38 IScene GetScene(ulong regionHandle); 38 IScene GetScene(ulong regionHandle);
39 ISimulationService GetInnerService();
39 40
40 #region Agents 41 #region Agents
41 42