codhandler/codui/inc/CodDownloadImpl.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  Declaration of class CCodDownloadImpl.   
    14 * Description:  Declaration of class CCodDownloadImpl.   
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #ifndef COD_DOWNLOAD_IMPL_H
    19 #ifndef COD_DOWNLOAD_IMPL_H
    19 #define COD_DOWNLOAD_IMPL_H
    20 #define COD_DOWNLOAD_IMPL_H
    20 
    21 
    21 // FORWARD DECLARATION
    22 // FORWARD DECLARATION
    22 
    23 
    29 
    30 
    30 // INCLUDES
    31 // INCLUDES
    31 
    32 
    32 #include <e32std.h>
    33 #include <e32std.h>
    33 #include <f32file.h>
    34 #include <f32file.h>
    34 #include <coddownload.h>
    35 #include <CodDownload.h>
    35 #include "CodLoadObserver.h"
    36 #include <CodLoadObserver.h>
    36 #include <AknServerApp.h>
    37 #include <AknServerApp.h>
    37 
    38 
    38 // CONSTANTS
    39 // CONSTANTS
    39 const TUid KDRMHelperUid = {0x101F85C7};
    40 const TUid KDRMHelperUid = {0x101F85C7};
    40 
    41