Mailinglist Archive: zypp-devel (227 mails)
| < Previous | Next > |
Re: [zypp-devel] Switch to new locks api
- From: Jano Kupec <jkupec@xxxxxxx>
- Date: Mon, 14 Apr 2008 16:09:09 +0200
- Message-id: <48036585.6070801@xxxxxxx>
Josef Reidinger wrote:
FYI, i cleaned up the Locks interface recently a bit.
- removed the locks namespace
- unified method names (removed Locks from doFooLocks(), have addLock,
removeLock instead of addLock/unlock
- renamed loadLocks -> readAndApply
- added read() and apply()
- added iterators for Locks' PoolQueries
- added some TODO comments
Cheers,
jano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
Libzypp uses new locking api now. You can find it in Locks.h. Works everything except unlock, which I hope implement today.
FYI, i cleaned up the Locks interface recently a bit.
- removed the locks namespace
- unified method names (removed Locks from doFooLocks(), have addLock,
removeLock instead of addLock/unlock
- renamed loadLocks -> readAndApply
- added read() and apply()
- added iterators for Locks' PoolQueries
- added some TODO comments
Cheers,
jano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |