Mostly debugging verbosity which I shall very shortly comment out.

Just want to try this out on windows quickly.
This commit is contained in:
Justin Clarke Casey
2008-02-09 00:14:34 +00:00
parent bb5b88d161
commit 2dc94870aa
4 changed files with 21 additions and 4 deletions

View File

@@ -64,5 +64,10 @@ namespace OpenSim.Framework
return m_queue.Contains(item);
}
}
public int Count()
{
return m_queue.Count;
}
}
}
}