diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:43 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:43 +0000 |
commit | 9c14e3d619e713aefa623986b5bbae81a1d6cc94 (patch) | |
tree | 282c77581b35bbdc46faa400be5d64ec37605507 /apt-pkg/templates.cc | |
parent | 6c139d6e362f04a1582e8a8f511f8aeab031fecf (diff) |
Config class and source list
Author: jgg
Date: 1998-07-09 05:12:27 GMT
Config class and source list
Diffstat (limited to 'apt-pkg/templates.cc')
-rw-r--r-- | apt-pkg/templates.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/templates.cc b/apt-pkg/templates.cc new file mode 100644 index 000000000..0f86bde9a --- /dev/null +++ b/apt-pkg/templates.cc @@ -0,0 +1,5 @@ +/* All template instances are explicly declared here */ + +#include <pkglib/sourcelist.h> + +template vector<pkgSourceList::Item>; |