diff -r 8a03a285ab14 -r a20e54f39dd4 commondrm/drmutility/src/DrmUtilityDownloadManager.cpp --- a/commondrm/drmutility/src/DrmUtilityDownloadManager.cpp Mon Mar 15 12:41:43 2010 +0200 +++ b/commondrm/drmutility/src/DrmUtilityDownloadManager.cpp Wed Mar 31 22:01:10 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -21,7 +21,7 @@ #include "DrmUtilityDmgrWrapper.h" // CONSTANTS -_LIT( KDrmUtilityDmgrHandlerName, "\\system\\libs\\DrmUtilityDmgrWrapper.dll" ); +_LIT( KDrmUtilityDmgrHandlerName, "DrmUtilityDmgrWrapper.dll" ); typedef TAny* (*NewDMgrL)();