diff options
author | UbitUmarov | 2015-12-09 16:30:45 +0000 |
---|---|---|
committer | UbitUmarov | 2015-12-09 16:30:45 +0000 |
commit | ce44ce447bf3001744328bd28358bf79775a389b (patch) | |
tree | bcbfe02e17e909e2ec3cc412aadf20511c8090c6 /OpenSim/Framework/Util.cs | |
parent | tick region health a bit faster (diff) | |
download | opensim-SC-ce44ce447bf3001744328bd28358bf79775a389b.zip opensim-SC-ce44ce447bf3001744328bd28358bf79775a389b.tar.gz opensim-SC-ce44ce447bf3001744328bd28358bf79775a389b.tar.bz2 opensim-SC-ce44ce447bf3001744328bd28358bf79775a389b.tar.xz |
coment out odd DoubleQueue class code
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Util.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 6e851cc..65b2a5c 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -3126,6 +3126,7 @@ namespace OpenSim.Framework | |||
3126 | 3126 | ||
3127 | } | 3127 | } |
3128 | 3128 | ||
3129 | /* don't like this code | ||
3129 | public class DoubleQueue<T> where T:class | 3130 | public class DoubleQueue<T> where T:class |
3130 | { | 3131 | { |
3131 | private Queue<T> m_lowQueue = new Queue<T>(); | 3132 | private Queue<T> m_lowQueue = new Queue<T>(); |
@@ -3237,7 +3238,7 @@ namespace OpenSim.Framework | |||
3237 | } | 3238 | } |
3238 | } | 3239 | } |
3239 | } | 3240 | } |
3240 | 3241 | */ | |
3241 | public class BetterRandom | 3242 | public class BetterRandom |
3242 | { | 3243 | { |
3243 | private const int BufferSize = 1024; // must be a multiple of 4 | 3244 | private const int BufferSize = 1024; // must be a multiple of 4 |