phonebookui/Phonebook2/remotecontactlookup/contactactionservice/src/cfscactionutils.cpp
branchRCL_3
changeset 21 b3431bff8c19
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
  1268 // ---------------------------------------------------------------------------
  1268 // ---------------------------------------------------------------------------
  1269 //
  1269 //
  1270 TInt CFscActionUtils::FindAndAddResourceFileL()
  1270 TInt CFscActionUtils::FindAndAddResourceFileL()
  1271     {
  1271     {
  1272     FUNC_LOG;
  1272     FUNC_LOG;
  1273     TFileName resourceFileName( KDC_RESOURCE_FILES_DIR );
  1273     TFileName resourceFileName( KDC_APP_RESOURCE_DIR );     
  1274     resourceFileName.Append(KFscRscFileName);
  1274     resourceFileName.Append(KFscRscFileName);
  1275     BaflUtils::NearestLanguageFile( CCoeEnv::Static()->FsSession(), resourceFileName );
  1275     BaflUtils::NearestLanguageFile( CCoeEnv::Static()->FsSession(), resourceFileName );
  1276     TInt offset = CCoeEnv::Static()->AddResourceFileL( resourceFileName );
  1276     TInt offset = CCoeEnv::Static()->AddResourceFileL( resourceFileName );
  1277     
  1277     
  1278     return offset;
  1278     return offset;