ALT Linux Bugzilla
– Attachment 1502 Details for
Bug 9604
Constructor missing from pkgCache::PrvIterator
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
apt-0.5.15lorg2-alt-constructor.patch
apt-0.5.15lorg2-alt-constructor.patch (text/plain), 640 bytes, created by
Sir Raorn
on 2006-05-23 09:47:26 MSD
(
hide
)
Description:
apt-0.5.15lorg2-alt-constructor.patch
Filename:
MIME Type:
Creator:
Sir Raorn
Created:
2006-05-23 09:47:26 MSD
Size:
640 bytes
patch
obsolete
>diff -urN apt-0.5.15lorg2-orig/apt-pkg/cacheiterators.h apt-0.5.15lorg2/apt-pkg/cacheiterators.h >--- apt-0.5.15lorg2-orig/apt-pkg/cacheiterators.h 2006-01-17 02:10:47 +0300 >+++ apt-0.5.15lorg2/apt-pkg/cacheiterators.h 2006-05-23 09:44:07 +0400 >@@ -258,6 +258,8 @@ > inline PkgIterator OwnerPkg() {return PkgIterator(*Owner,Owner->PkgP + Owner->VerP[Prv->Version].ParentPkg);}; > inline unsigned long Index() const {return Prv - Owner->ProvideP;}; > >+ inline PrvIterator() : Prv(0), Type(PrvVer), Owner(0) {}; >+ > inline PrvIterator(pkgCache &Owner,Provides *Trg,Version *) : > Prv(Trg), Type(PrvVer), Owner(&Owner) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9604
: 1502