diff -r 8a03a285ab14 -r a20e54f39dd4 omadrm/drmhelper/inc/DRMHelperDownloadManager.h --- a/omadrm/drmhelper/inc/DRMHelperDownloadManager.h Mon Mar 15 12:41:43 2010 +0200 +++ b/omadrm/drmhelper/inc/DRMHelperDownloadManager.h Wed Mar 31 22:01:10 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2004-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" @@ -22,7 +22,7 @@ #include #include -class CDRMHelperDMgrWrapper; +class CDrmUtilityDmgrWrapper; /** * This class encapsulates Download manager functionality. @@ -33,7 +33,7 @@ NONSHARABLE_CLASS(CDrmHelperDownloadManager) : public CBase { public: - + static CDrmHelperDownloadManager* NewL(); virtual ~CDrmHelperDownloadManager(); @@ -46,12 +46,12 @@ void DownloadAndHandleRoapTriggerL( const HBufC8* aUrl, CCoeEnv& aCoeEnv ); void DownloadAndHandleRoapTriggerL( const HBufC8* aUrl ); - + HBufC8* GetErrorUrlL(); protected: - + private: CDrmHelperDownloadManager(); @@ -60,10 +60,10 @@ private: /** - * Download manager handler - */ + * Download manager handler + */ RLibrary iDMgrDll; - CDRMHelperDMgrWrapper* iDMgrHandler; + CDrmUtilityDmgrWrapper* iDMgrHandler; }; -#endif // CDRMHELPERDOWNLOADMANAGER_H +#endif // CDRMHELPERDOWNLOADMANAGER_H