traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/src/te_filepluginerr.cpp
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    85                           break;
    85                           break;
    86                           }
    86                           }
    87 		          }
    87 		          }
    88 		      }
    88 		      }
    89 		  CClearConfig configIni;
    89 		  CClearConfig configIni;
    90 		  configIni.Clear(logger);
    90 		  configIni.ClearL(logger);
    91 		  _LIT8(KTextmedia,"te_fileplugin");
    91 		  _LIT8(KTextmedia,"te_fileplugin");
    92 		  const TPtrC8 mediaptr(KTextmedia);
    92 		  const TPtrC8 mediaptr(KTextmedia);
    93 		  INFO_PRINTF1(_L("Setting test plugin as active..."));
    93 		  INFO_PRINTF1(_L("Setting test plugin as active..."));
    94 		  result = logger.ActivateOutputPlugin(mediaptr);//C.A. previously:result = logger.SetActiveOutputPlugin(mediaptr);
    94 		  result = logger.ActivateOutputPlugin(mediaptr);//C.A. previously:result = logger.SetActiveOutputPlugin(mediaptr);
    95 		  if(result != KErrNone && result != KErrAlreadyExists)
    95 		  if(result != KErrNone && result != KErrAlreadyExists)