mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioPlaybackTestModule/src/MmfTsPlay.cpp
branchRCL_3
changeset 19 095bea5f582e
parent 12 2eb3b066cc7d
child 20 0ac9a5310753
equal deleted inserted replaced
18:a36789189b53 19:095bea5f582e
   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 = NULL;
   375     CStifParser *parser;
   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);