From b236d4f9c9942685037c72226b9ce3830f748da5 Mon Sep 17 00:00:00 2001 From: Ladislav Slezak Date: Fri, 3 Feb 2006 15:28:36 +0000 Subject: [PATCH] - more actions for MediaChangeReport and RefreshSourceReport callbacks --- zypp/ZYppCallbacks.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zypp/ZYppCallbacks.h b/zypp/ZYppCallbacks.h index beb4ac3..3e69834 100644 --- a/zypp/ZYppCallbacks.h +++ b/zypp/ZYppCallbacks.h @@ -100,7 +100,8 @@ namespace zypp { enum Action { ABORT, // abort and return error - RETRY // retry + RETRY, // retry + IGNORE // skip refresh, ignore failed refresh }; enum Error { @@ -179,6 +180,9 @@ namespace zypp ABORT, // abort and return error RETRY, // retry IGNORE, // ignore this media in future, not available anymore + IGNORE_ID, // ignore wrong medium id + CHANGE_URL, // change media URL + EJECT // eject the medium }; enum Error { -- 2.7.4