diff -r 1221b68b8a5f -r 1481bf457703 commondrm/drmutility/src/qdrmutilitydmgreventhandler.cpp --- a/commondrm/drmutility/src/qdrmutilitydmgreventhandler.cpp Tue Aug 31 15:29:38 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ - -#include - -#include "qdrmutilitydmgreventhandler.h" -#include "drmutilitydmgrwrapper.h" - -QDrmUtilityDmgrEventHandler::QDrmUtilityDmgrEventHandler( CDrmUtilityDmgrWrapper& aDrmUtilityDmgrWrapper, WRT::Download& aDownload ) - : iDownload(aDownload), - iDrmUtilityDmgrWrapper(aDrmUtilityDmgrWrapper) - { - QT_TRAP_THROWING( - QObject::connect( &iDownload, - SIGNAL(downloadEvent(DownloadEvent*)), - this, SLOT(HandleDownloadEventL(DownloadEvent*)) - ) - ); - } - -void QDrmUtilityDmgrEventHandler::HandleDownloadEventL( WRT::DownloadEvent* aEvent ) - { - iDrmUtilityDmgrWrapper.HandleDownloadEventL(aEvent); - }