can initialize the KnownSourcesCache, and import the old sources.
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 27 Jun 2006 16:19:00 +0000 (16:19 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 27 Jun 2006 16:19:00 +0000 (16:19 +0000)
commit0883443ca4337ddcfd972060fa028f6e999da55e
tree27a02fd18626063deeceddcd9f683ad3f7adf39d
parent32b001deaf0c02375d1dac8eb4cdd5566f16b37f
can initialize the KnownSourcesCache, and import the old sources.
next steps: implement knownSources, port SourceManager
13 files changed:
configure.ac
devel/devel.dmacvicar/testbed.cc
zypp/Makefile.am
zypp/cache/KnownSourcesCache.cpp [new file with mode: 0644]
zypp/cache/KnownSourcesCache.h [new file with mode: 0644]
zypp/cache/Makefile.am [new file with mode: 0644]
zypp/cache/sqlite3x/Makefile.am [new file with mode: 0644]
zypp/cache/sqlite3x/sqlite3x.hpp [new file with mode: 0644]
zypp/cache/sqlite3x/sqlite3x_command.cpp [new file with mode: 0644]
zypp/cache/sqlite3x/sqlite3x_connection.cpp [new file with mode: 0644]
zypp/cache/sqlite3x/sqlite3x_exception.cpp [new file with mode: 0644]
zypp/cache/sqlite3x/sqlite3x_reader.cpp [new file with mode: 0644]
zypp/cache/sqlite3x/sqlite3x_transaction.cpp [new file with mode: 0644]