* apt-pkg/contrib/weakptr.h:
authorJulian Andres Klode <jak@debian.org>
Tue, 4 May 2010 15:05:23 +0000 (17:05 +0200)
committerJulian Andres Klode <jak@debian.org>
Tue, 4 May 2010 15:05:23 +0000 (17:05 +0200)
commit229fb1a3a35bade26cfff373087461d7a98aade3
treee8c492f9c456243b5291c73030e83dd9e65897d3
parentaf8a8da9c1aa6506d230a0df8abc670661176ba3
* apt-pkg/contrib/weakptr.h:
  - 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.
apt-pkg/acquire-item.h
apt-pkg/acquire-worker.h
apt-pkg/acquire.h
apt-pkg/contrib/weakptr.h [new file with mode: 0644]
apt-pkg/makefile
debian/changelog