Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-04 | * apt-pkg/contrib/weakptr.h: | Julian Andres Klode | |
- add a class WeakPointable which allows one to register weak pointers to an object which will be set to NULL when the object is deallocated. * [ABI break] apt-pkg/acquire{-worker,-item,}.h: - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable. |