summaryrefslogtreecommitdiff
path: root/apt-pkg/indexcopy.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-07-28 12:09:22 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-07-28 12:09:22 +0000
commit22f8568d5ffd0d3c90f9aadb3450afa4ab500a13 (patch)
treef040ec9c6e2c1f02fd4171eb12e57c5b087db4f2 /apt-pkg/indexcopy.h
parent770c32ec8572c397d035d2703a15b699d4a76842 (diff)
* added a BUGS file with known problem, added apt-cdrom support for translated package descriptions
Diffstat (limited to 'apt-pkg/indexcopy.h')
-rw-r--r--apt-pkg/indexcopy.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/apt-pkg/indexcopy.h b/apt-pkg/indexcopy.h
index 4dcb2b46d..7778ae595 100644
--- a/apt-pkg/indexcopy.h
+++ b/apt-pkg/indexcopy.h
@@ -70,6 +70,17 @@ class SourceCopy : public IndexCopy
public:
};
+class TranslationsCopy
+{
+ protected:
+ pkgTagSection *Section;
+
+ public:
+ bool CopyTranslations(string CDROM,string Name,vector<string> &List,
+ pkgCdromStatus *log);
+};
+
+
class SigVerify
{
bool Verify(string prefix,string file, indexRecords *records);
@@ -81,4 +92,6 @@ class SigVerify
vector<string> PkgList,vector<string> SrcList);
};
+
+
#endif