- Make the container function use iterators (thanks ma)
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 11 Jun 2007 13:35:29 +0000 (13:35 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 11 Jun 2007 13:35:29 +0000 (13:35 +0000)
commit3ddb7c9261ffed0361a241602871b66524773885
treeb314a44737944d4597ef1125cda77672a89cd617
parent5903b7be71b9a3df853b009199c984b07913a8fd
- Make the container function use iterators (thanks ma)
  it allows any class that has asString() now, in
  any container that has iterators.
- add product implementation
12 files changed:
zypp/CMakeLists.txt
zypp/base/String.cc
zypp/base/String.h
zypp/cache/CacheStore.cpp
zypp/cache/CacheStore.h
zypp/cache/ResolvableQuery.cc
zypp/cache/ResolvableQuery.h
zypp/detail/ProductImplIf.cc
zypp/detail/ProductImplIf.h
zypp/repo/cached/PackageImpl.cc
zypp/repo/cached/ProductImpl.cc [new file with mode: 0644]
zypp/repo/cached/ProductImpl.h [new file with mode: 0644]