| @@ -1,7 +1,7 | |||||
| 1 | using System; |
|
1 | using System; | |
| 2 |
|
2 | |||
| 3 | namespace Implab { |
|
3 | namespace Implab { | |
| 4 |
public |
|
4 | public class ObjectPoolWrapper<T> : IDisposable { | |
| 5 | readonly T m_value; |
|
5 | readonly T m_value; | |
| 6 | readonly ObjectPool<T> m_pool; |
|
6 | readonly ObjectPool<T> m_pool; | |
| 7 |
|
7 | |||
General Comments 0
You need to be logged in to leave comments.
Login now
