Mailinglist Archive: zypp-devel (148 mails)
| < Previous | Next > |
[zypp-devel] eject specific device - change in API needed
- From: Jan Kupec <jkupec@xxxxxxx>
- Date: Wed, 12 Mar 2008 11:59:45 +0100
- Message-id: <47D7B7A1.5080504@xxxxxxx>
I just commited the following change in the media API:
void release(MediaAccessId accessId, const std::string & ejectDev = "");
void release(MediaAccessId accessId, bool eject = false) ZYPP_DEPRECATED;
Not a very good idea though. The question is, can i drop the old
release() method or should i rename the new one so that there is no
ambiguity?
With so many changes in the API we already did i'd just drop it.
Cheers,
jano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
void release(MediaAccessId accessId, const std::string & ejectDev = "");
void release(MediaAccessId accessId, bool eject = false) ZYPP_DEPRECATED;
Not a very good idea though. The question is, can i drop the old
release() method or should i rename the new one so that there is no
ambiguity?
With so many changes in the API we already did i'd just drop it.
Cheers,
jano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |