]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update MemPoolTest for MemPool changes.
authorrobertc <>
Sun, 3 Sep 2006 13:25:13 +0000 (13:25 +0000)
committerrobertc <>
Sun, 3 Sep 2006 13:25:13 +0000 (13:25 +0000)
test-suite/MemPoolTest.cc

index a41c178c77f30886d32ebdcb8f210265c7707a11..74efcfef0d7f6f4957614d281e0110518e2c8599 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: MemPoolTest.cc,v 1.4 2006/09/03 04:12:04 hno Exp $
+ * $Id: MemPoolTest.cc,v 1.5 2006/09/03 07:25:13 robertc Exp $
  *
  * AUTHOR: Robert Collins
  *
@@ -52,9 +52,9 @@ private:
          public:
                  int aValue;
   };
-  static MemPool *Pool;
+  static MemImplementingAllocator *Pool;
 };
-MemAllocator *MemPoolTest::Pool = NULL;
+MemImplementingAllocator *MemPoolTest::Pool = NULL;
 
 void
 MemPoolTest::run()