coreapplicationuis/rfsplugins/FormatterRFSPlugin/src/selectiveformatter.cpp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
   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         }