aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs3
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