diff -r 735348f59235 -r 948c7f65f6d4 mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp --- a/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp Tue Aug 31 16:43:06 2010 +0300 +++ b/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp Wed Sep 01 12:38:50 2010 +0100 @@ -1423,7 +1423,7 @@ INFO_PRINTF2( _L("Volume: Max Volume = %d"),iVolume); //on device & emulator KMaxVolume have different values - //if(iVolume != KMaxVolume) // XXX: how to cross ref. this appears to be random values at the moment + //if(iVolume != KMaxVolume) // TODO: how to cross ref. this appears to be random values at the moment // { // INFO_PRINTF3( _L("Expected volume: %d, received volume : %d"), // KMaxVolume, iVolume); @@ -2111,8 +2111,8 @@ // what code should/might look like. //CMdaAudioType* type = aPlayer->TypeL(); - // CMdaAudioType class not complete: - // XXX check data returned is valid??? + // CMdaAudioType class incomplete: + // TODO check data returned is valid??? return ret; }