- Splitted access to pool::PoolImpl:
authorMichael Andres <ma@suse.de>
Mon, 23 Jan 2006 23:35:48 +0000 (23:35 +0000)
committerMichael Andres <ma@suse.de>
Mon, 23 Jan 2006 23:35:48 +0000 (23:35 +0000)
commit513a6cc168f6ec209f3bdea9ba756dcc7a2fd570
tree58cab928cda12bcc7afd24e5d0f92c4919f07db1
parent96ccef439113805f8389f6af7bd0ebfd3544f414
- Splitted access to pool::PoolImpl:
  zypp::ResPool: Interface for queries and ResStatus manipulation
                 (exposed in ZYpp)
  zypp::ResPoolManager: Interface for changing the pools content
                 (used by ZYppImpl)
13 files changed:
devel/devel.ma/Main.cc
zypp/Makefile.am
zypp/ResPool.cc
zypp/ResPool.h
zypp/ResPoolManager.cc [new file with mode: 0644]
zypp/ResPoolManager.h [new file with mode: 0644]
zypp/ZYpp.cc
zypp/ZYpp.h
zypp/pool/Makefile.am
zypp/pool/PoolImpl.cc [new file with mode: 0644]
zypp/pool/PoolImpl.h [new file with mode: 0644]
zypp/pool/PoolTraits.h [new file with mode: 0644]
zypp/zypp_detail/ZYppImpl.h