mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp
branchRCL_3
changeset 49 735348f59235
parent 0 40261b775718
child 32 ae690a8c4a18
--- a/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp	Thu Aug 19 11:23:35 2010 +0300
+++ b/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestPlayerUtils.cpp	Tue Aug 31 16:43:06 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;
 	}