summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/weakptr.h
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/contrib/weakptr.h:David Kalnischkies2011-01-121-0/+2
| | | - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
* * apt-pkg/contrib/weakptr.h:Julian Andres Klode2010-05-041-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.