codhandler/codui/src/CodDialog.cpp
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <coemain.h>
    19 #include <coemain.h>
    20 #include <aknnotewrappers.h>
    20 #include <AknNoteWrappers.h>
    21 #include <AknQueryDialog.h>
    21 #include <AknQueryDialog.h>
    22 #include <CAknMemorySelectionDialog.h>
    22 #include <CAknMemorySelectionDialog.h>
    23 #include <CodUi.rsg>
    23 #include <CodUi.rsg>
    24 #include "CodDialog.h"
    24 #include "CodDialog.h"
    25 #include "CodLogger.h"
    25 #include "CodLogger.h"
    26 #include <pathinfo.h>
    26 #include <pathinfo.h>
    27 #include <sysutil.h>
    27 #include <SysUtil.h>
    28 
    28 
    29 #ifndef RD_MULTIPLE_DRIVE
    29 #ifndef RD_MULTIPLE_DRIVE
    30 _LIT(KBackSlash,"\\");
    30 _LIT(KBackSlash,"\\");
    31 #endif
    31 #endif
    32 
    32