aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IScene.cs
diff options
context:
space:
mode:
authorMelanie2011-12-10 00:40:41 +0000
committerMelanie2011-12-10 00:40:41 +0000
commit3f421837979a1d3d830274c967abc7258cb50687 (patch)
tree3ae57deca915d7dc89586d103d48c6f6f6fd1d6d /OpenSim/Framework/IScene.cs
parentMerge branch 'master' into careminster (diff)
parentminor: remove a mono compiler warning (diff)
downloadopensim-SC_OLD-3f421837979a1d3d830274c967abc7258cb50687.zip
opensim-SC_OLD-3f421837979a1d3d830274c967abc7258cb50687.tar.gz
opensim-SC_OLD-3f421837979a1d3d830274c967abc7258cb50687.tar.bz2
opensim-SC_OLD-3f421837979a1d3d830274c967abc7258cb50687.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
Diffstat (limited to 'OpenSim/Framework/IScene.cs')
-rw-r--r--OpenSim/Framework/IScene.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs
index e0e023d..b2604f4 100644
--- a/OpenSim/Framework/IScene.cs
+++ b/OpenSim/Framework/IScene.cs
@@ -89,19 +89,6 @@ namespace OpenSim.Framework
89 89
90 string GetSimulatorVersion(); 90 string GetSimulatorVersion();
91 91
92 /// <summary>
93 /// Is the agent denoted by the given agentID a child presence in this scene?
94 /// </summary>
95 /// <remarks>
96 /// Used by ClientView when a 'kick everyone' or 'estate message' occurs
97 /// </remarks>
98 /// <param name="avatarID">AvatarID to lookup</param>
99 /// <returns>true if the presence is a child agent, false if the presence is a root exception</returns>
100 /// <exception cref="System.NullReferenceException">
101 /// Thrown if the agent does not exist.
102 /// </exception>
103 bool PresenceChildStatus(UUID agentId);
104
105 bool TryGetScenePresence(UUID agentID, out object scenePresence); 92 bool TryGetScenePresence(UUID agentID, out object scenePresence);
106 93
107 /// <summary> 94 /// <summary>