Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-12 | * apt-pkg/contrib/weakptr.h: | David Kalnischkies | 1 | -0/+2 | |
- include stddefs.h to fix compile error (undefined NULL) with gcc-4.6 | |||||
2010-05-04 | * apt-pkg/contrib/weakptr.h: | Julian Andres Klode | 1 | -0/+62 | |
- 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. |