phonebookui/Phonebook2/remotecontactlookup/contactactionservice/src/CFscFieldPropertyArray.cpp
branchRCL_3
changeset 21 b3431bff8c19
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
    66 inline void CFscFieldPropertyArray::ConstructL(
    66 inline void CFscFieldPropertyArray::ConstructL(
    67         const MVPbkFieldTypeList& aSupportedFieldTypeList)
    67         const MVPbkFieldTypeList& aSupportedFieldTypeList)
    68     {
    68     {
    69     FUNC_LOG;
    69     FUNC_LOG;
    70 
    70 
    71     TFileName resourceFileName( KDC_RESOURCE_FILES_DIR );
    71     TFileName resourceFileName( KDC_APP_RESOURCE_DIR );
    72     resourceFileName.Append(KFscRscFileName);
    72     resourceFileName.Append(KFscRscFileName);
    73     BaflUtils::NearestLanguageFile( CCoeEnv::Static()->FsSession(), resourceFileName );
    73     BaflUtils::NearestLanguageFile( CCoeEnv::Static()->FsSession(), resourceFileName );
    74     TInt offset = CCoeEnv::Static()->AddResourceFileL( resourceFileName );    
    74     TInt offset = CCoeEnv::Static()->AddResourceFileL( resourceFileName );    
    75     
    75     
    76     // Read field type presentation order information
    76     // Read field type presentation order information
   237 // ---------------------------------------------------------------------------
   237 // ---------------------------------------------------------------------------
   238 //
   238 //
   239 CFscFieldOrderingManager* CFscFieldPropertyArray::CreateFieldOrderingsLC(void)
   239 CFscFieldOrderingManager* CFscFieldPropertyArray::CreateFieldOrderingsLC(void)
   240     {
   240     {
   241     FUNC_LOG;
   241     FUNC_LOG;
   242     TFileName resourceFileName( KDC_RESOURCE_FILES_DIR );
   242     TFileName resourceFileName( KDC_APP_RESOURCE_DIR );
   243     resourceFileName.Append(KFscRscFileName);
   243     resourceFileName.Append(KFscRscFileName);
   244     BaflUtils::NearestLanguageFile( CCoeEnv::Static()->FsSession(), resourceFileName );
   244     BaflUtils::NearestLanguageFile( CCoeEnv::Static()->FsSession(), resourceFileName );
   245     TInt offset = CCoeEnv::Static()->AddResourceFileL( resourceFileName );    
   245     TInt offset = CCoeEnv::Static()->AddResourceFileL( resourceFileName );    
   246     
   246     
   247     // Read field type presentation order information
   247     // Read field type presentation order information