]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexcopy.cc
add d-pointer, virtual destructors and de-inline de/constructors
[apt.git] / apt-pkg / indexcopy.cc
index 461aa42172fa6c41e6a219e3f239082129ffdeff..120d061ad942816bce25739db05ec0fd8750b6ba 100644 (file)
@@ -770,4 +770,14 @@ bool TranslationsCopy::CopyTranslations(string CDROM,string Name,  /*{{{*/
 }
                                                                        /*}}}*/
 
+IndexCopy::IndexCopy() {}
 APT_CONST IndexCopy::~IndexCopy() {}
+
+PackageCopy::PackageCopy() : IndexCopy() {}
+APT_CONST PackageCopy::~PackageCopy() {}
+SourceCopy::SourceCopy() : IndexCopy() {}
+APT_CONST SourceCopy::~SourceCopy() {}
+TranslationsCopy::TranslationsCopy() {}
+APT_CONST TranslationsCopy::~TranslationsCopy() {}
+SigVerify::SigVerify() {}
+APT_CONST SigVerify::~SigVerify() {}