Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-12 | * apt-pkg/contrib/weakptr.h: | David Kalnischkies | |
- include stddefs.h to fix compile error (undefined NULL) with gcc-4.6 | |||
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. |