00001
00002
00003
00004
00005
00006
00007
00008
00012 #ifndef ZYPP_SILENTCALLBACKS_H
00013 #define ZYPP_SILENTCALLBACKS_H
00014
00015 #include "zypp/ZYppCallbacks.h"
00016
00018 namespace zypp
00019 {
00020 namespace media
00021 {
00022
00023 struct SilentMediaChange : public callback::ReceiveReport<MediaChangeReport>
00024 {
00025 virtual Action requestMedia(
00026 const Source_Ref source
00027 , unsigned
00028 , Error
00029 , std::string
00030 ) { return MediaChangeReport::ABORT; }
00031 };
00032
00034 }
00036
00038 }
00040
00041 #endif // ZYPP_SILENTCALLBACKS_H