diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-10-05 18:43:00 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-10-05 18:43:00 +0200 |
commit | 0fffbc8ce4cb6357f59db63db5571f46a668a66b (patch) | |
tree | 2d691473c05b86c9fd78229fd9edbe4e2ee6ee3a /apt-pkg/acquire-item.h | |
parent | 39fb1e241ebb76c7e51c8d8f2f76ce5f1e680859 (diff) | |
parent | 7be8c02360bdb9bd7f59b087da874f88af2a7206 (diff) |
merge with current debian apt/experimental
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 24f848f27..27b8e887b 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -697,6 +697,14 @@ class SubIndexTarget : public IndexTarget } }; /*}}}*/ +/** \brief Information about an subindex index file. */ /*{{{*/ +class OptionalSubIndexTarget : public OptionalIndexTarget +{ + virtual bool IsSubIndex() const { + return true; + } +}; + /*}}}*/ /** \brief An acquire item that downloads the detached signature {{{ * of a meta-index (Release) file, then queues up the release |