- Added ZYppCommitPolicy for passing policy options to commit. Old style
authorMichael Andres <ma@suse.de>
Tue, 11 Apr 2006 23:39:19 +0000 (23:39 +0000)
committerMichael Andres <ma@suse.de>
Tue, 11 Apr 2006 23:39:19 +0000 (23:39 +0000)
commitbb7df110922a3a4231a41580b5134f87164a8310
tree3808a0cdf13106ffc3248f513af6057f03b0daba
parentc4ffab42fa9c6e18d4175312bbe0c4aeef6135b5
- Added ZYppCommitPolicy for passing policy options to commit. Old style
  interfaces are tagged deprecated. Installed direct communication between
  ZYppImpl and TargetImpl, to get rid of Target::commit. Interface to commit
  is:
  ZYppCommitResult ZYpp::commit( const ZYppCommitPolicy & policy_r )
13 files changed:
zypp/Makefile.am
zypp/Target.h
zypp/ZYpp.cc
zypp/ZYpp.h
zypp/ZYppCommit.h [new file with mode: 0644]
zypp/ZYppCommitPolicy.cc [new file with mode: 0644]
zypp/ZYppCommitPolicy.h [new file with mode: 0644]
zypp/ZYppCommitResult.cc [new file with mode: 0644]
zypp/ZYppCommitResult.h
zypp/target/TargetImpl.cc
zypp/target/TargetImpl.h
zypp/zypp_detail/ZYppImpl.cc
zypp/zypp_detail/ZYppImpl.h