mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioPlaybackTestModule/src/MmfTsPlay.cpp
branchRCL_3
changeset 18 2eb3b066cc7d
parent 0 71ca22bcf22a
child 45 095bea5f582e
equal deleted inserted replaced
17:3570217d8c21 18:2eb3b066cc7d
   370 	}
   370 	}
   371 
   371 
   372     TParsePtrC fp(aConfig);
   372     TParsePtrC fp(aConfig);
   373     iLogger->Log(_L("Opening configuration file [%S], case #%d"), &aConfig,
   373     iLogger->Log(_L("Opening configuration file [%S], case #%d"), &aConfig,
   374             aCaseNumber);
   374             aCaseNumber);
   375     CStifParser *parser;
   375     CStifParser *parser = NULL;
   376     TRAPD(error, parser = CStifParser::NewL(fp.DriveAndPath() , fp.NameAndExt() ));
   376     TRAPD(error, parser = CStifParser::NewL(fp.DriveAndPath() , fp.NameAndExt() ));
   377     iLogger->Log(_L("CStifParser::NewL [%d] \n"), error);
   377     iLogger->Log(_L("CStifParser::NewL [%d] \n"), error);
   378     if (error == KErrNone)
   378     if (error == KErrNone)
   379         {
   379         {
   380         CleanupStack::PushL(parser);
   380         CleanupStack::PushL(parser);