Date | Author | Size | Description |
2002/11/08 12:16:50 | rbcollins | +11 -5 | handle const pointers too - more cases |
2002/11/08 12:04:57 | rbcollins | +31 -12 | handle const pointers too |
2002/11/06 11:42:02 | rbcollins | +21 -2 | more common uses of pointers |
2002/11/06 11:07:15 | rbcollins | +4 -5 | more RefCountable a struct, not a template, as the template is not needed now |
2002/11/06 11:05:49 | rbcollins | +2 -3 | allow class hierarchies to expose different pointer types whilst still refcounting |
2002/11/06 09:51:13 | rbcollins | +10 -1 | test a couple more desirable behaviours |
2002/11/06 08:34:29 | rbcollins | +2 -1 | initialize count\! |
2002/11/06 06:57:34 | rbcollins | +209 -35 | Refcounted template class for squid 3 |