messagingfw/msgcommonutils/src/javaprotectionresolver.cpp
branchRCL_3
changeset 8 30d6238592e8
parent 0 8e480a14352b
child 22 d2c4c66342f3
equal deleted inserted replaced
6:fe71b07a6401 8:30d6238592e8
    36 // CONSTANTS
    36 // CONSTANTS
    37 
    37 
    38 // MACROS
    38 // MACROS
    39 
    39 
    40 // LOCAL CONSTANTS AND MACROS
    40 // LOCAL CONSTANTS AND MACROS
    41 
       
    42 #if defined (__WINS__)
       
    43 //_LIT( KFileProtTempDir, "c:\\system\\temp\\fileprot_temp\\");
       
    44 _LIT( KFileProtTempDir, "\x43:\\system\\temp\\fileprot_temp\\");
       
    45 #else
       
    46 //_LIT( KFileProtTempDir, "d:\\system\\temp\\fileprot_temp\\");
       
    47 _LIT( KFileProtTempDir, "\x44:\\system\\temp\\fileprot_temp\\");
       
    48 #endif
       
    49 
    41 
    50 // MODULE DATA STRUCTURES
    42 // MODULE DATA STRUCTURES
    51 
    43 
    52 // LOCAL FUNCTION PROTOTYPES
    44 // LOCAL FUNCTION PROTOTYPES
    53 
    45