coreapplicationuis/rfsplugins/FormatterRFSPlugin/src/selectiveformatter.cpp
branchRCL_3
changeset 62 924385140d98
parent 39 469fa8a78de7
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
   128         }
   128         }
   129     // Handle app specific files
   129     // Handle app specific files
   130     HandleAppExcludeListsL();
   130     HandleAppExcludeListsL();
   131     
   131     
   132     // Handle NR-Applications
   132     // Handle NR-Applications
   133     HandleNrExcludeListsL();
   133     //HandleNrExcludeListsL();
   134     
   134     
   135     if( !iValidExcludeListFound )
   135     if( !iValidExcludeListFound )
   136         {
   136         {
   137         User::Leave( KErrInvalidExcList );
   137         User::Leave( KErrInvalidExcList );
   138         }
   138         }