codhandler/codui/src/CodDialog.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 10 a359256acfc6
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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