##// END OF EJS Templates
minor changes
cin -
r84:34bb2f32634d v2
parent child
Show More
@@ -1,7 +1,7
1 1 using System;
2 2
3 3 namespace Implab {
4 public struct ObjectPoolWrapper<T> : IDisposable {
4 public class ObjectPoolWrapper<T> : IDisposable {
5 5 readonly T m_value;
6 6 readonly ObjectPool<T> m_pool;
7 7
General Comments 0
You need to be logged in to leave comments. Login now