Mailinglist Archive: zypp-devel (66 mails)
| < Previous | Next > |
[zypp-devel] question
- From: "Duncan Mac-Vicar P." <dmacvicar@xxxxxxx>
- Date: Tue, 24 Feb 2009 19:16:26 +0100
- Message-id: <49A4397A.6040503@xxxxxxx>
question :-)
MediaHandler has virtuals, and provide default implementation.
All concrete handlers override them, foo, only to call
MediaHandler::foo() in the reimplementation. What is the purpose of this?
(at least, makes really hard and boring to do any refactoring changing
method signatures).
Duncan
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
MediaHandler has virtuals, and provide default implementation.
All concrete handlers override them, foo, only to call
MediaHandler::foo() in the reimplementation. What is the purpose of this?
(at least, makes really hard and boring to do any refactoring changing
method signatures).
Duncan
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |