From 2dc94870aa3c76628ecf7c12b5a1002142a7d8ed Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 9 Feb 2008 00:14:34 +0000 Subject: Mostly debugging verbosity which I shall very shortly comment out. Just want to try this out on windows quickly. --- OpenSim/Framework/BlockingQueue.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/BlockingQueue.cs b/OpenSim/Framework/BlockingQueue.cs index dd6d866..e72884c 100644 --- a/OpenSim/Framework/BlockingQueue.cs +++ b/OpenSim/Framework/BlockingQueue.cs @@ -64,5 +64,10 @@ namespace OpenSim.Framework return m_queue.Contains(item); } } + + public int Count() + { + return m_queue.Count; + } } -} \ No newline at end of file +} -- cgit v1.1