From 2108d328df70c2156efecbd2211c8212843f62ff Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Wed, 17 Dec 2008 19:12:56 +0000
Subject: * revert r7724 so that PresenceChildStatus() starts throwing NRE's
again * apparantly logout code relies on this happening in certain
circumstances. Really, the root issue needs to be investigated.
---
OpenSim/Framework/IScene.cs | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(limited to 'OpenSim/Framework/IScene.cs')
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs
index 5978245..d3c3843 100644
--- a/OpenSim/Framework/IScene.cs
+++ b/OpenSim/Framework/IScene.cs
@@ -80,7 +80,10 @@ namespace OpenSim.Framework
/// Used by ClientView when a 'kick everyone' or 'estate message' occurs
///
/// AvatarID to lookup
- /// true if the presence is a child agent, false if the presence does not exist or is not a child agent
+ /// true if the presence is a child agent, false if the presence is a root exception
+ ///
+ /// Thrown if the agent does not exist.
+ ///
bool PresenceChildStatus(UUID agentId);
// Diva: get this out of here!!!
--
cgit v1.1