]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.cc
add d-pointer, virtual destructors and de-inline de/constructors
[apt.git] / apt-pkg / acquire-method.cc
index a8fc75f8eccec894946d040f69ba70298f6a6972..d3aff4d5e335718c7a25924760f426904d950d58 100644 (file)
@@ -478,5 +478,9 @@ void pkgAcqMethod::Dequeue() {                                              /*{{{*/
    delete Tmp;
 }
                                                                        /*}}}*/
-
 pkgAcqMethod::~pkgAcqMethod() {}
+
+pkgAcqMethod::FetchItem::FetchItem() {}
+pkgAcqMethod::FetchItem::~FetchItem() {}
+
+pkgAcqMethod::FetchResult::~FetchResult() {}