mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp
changeset 32 ae690a8c4a18
parent 31 ae0addfe117e
child 41 f7bf1ed8db72
--- a/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp	Fri Jul 09 12:53:09 2010 +0100
+++ b/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp	Fri Jul 09 13:09:11 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;
 	}