]>
git.saurik.com Git - apt.git/blob - test/scratch.cc
1 #include <apt-pkg/acquire-item.h>
2 #include <apt-pkg/init.h>
3 #include <apt-pkg/error.h>
7 pkgInitialize(*_config
);
13 pkgSourceList::const_iterator I
;
14 for (I
= List
.begin(); I
!= List
.end(); I
++)
16 new pkgAcqIndex(&Fetcher
,I
);
17 if (_error
->PendingError() == true)