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