commondrm/drmutility/src/DrmUtilityDownloadManager.cpp
branchRCL_3
changeset 13 a20e54f39dd4
parent 12 8a03a285ab14
equal deleted inserted replaced
12:8a03a285ab14 13:a20e54f39dd4
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include "DrmUtilityDownloadManager.h"
    20 #include "DrmUtilityDownloadManager.h"
    21 #include "DrmUtilityDmgrWrapper.h"
    21 #include "DrmUtilityDmgrWrapper.h"
    22 
    22 
    23 // CONSTANTS
    23 // CONSTANTS
    24 _LIT( KDrmUtilityDmgrHandlerName, "\\system\\libs\\DrmUtilityDmgrWrapper.dll" );
    24 _LIT( KDrmUtilityDmgrHandlerName, "DrmUtilityDmgrWrapper.dll" );
    25 
    25 
    26 typedef TAny* (*NewDMgrL)();
    26 typedef TAny* (*NewDMgrL)();
    27 
    27 
    28 const TInt KFirstFunction( 1 );
    28 const TInt KFirstFunction( 1 );
    29 
    29