diff -r 31d6e1ae5283 -r 4269ca484c7b mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp --- a/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp Tue Jul 06 16:02:18 2010 +0300 +++ b/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp Wed Aug 18 11:16:18 2010 +0300 @@ -1423,7 +1423,7 @@ INFO_PRINTF2( _L("Volume: Max Volume = %d"),iVolume); //on device & emulator KMaxVolume have different values - //if(iVolume != KMaxVolume) // TODO: how to cross ref. this appears to be random values at the moment + //if(iVolume != KMaxVolume) // XXX: 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 incomplete: - // TODO check data returned is valid??? + // CMdaAudioType class not complete: + // XXX check data returned is valid??? return ret; }