DfcQ() requires an argument
authorJohn Kern <johnk@symbian.org>
Thu, 22 Oct 2009 14:22:06 -0700
changeset 18 0b7d3b28f025
parent 17 ce408b731417
child 19 2dd1d22cb0f3
DfcQ() requires an argument
baseport/syborg/soundsc/shared_sound.h
baseport/syborg/soundsc/shared_txsound.cpp
--- a/baseport/syborg/soundsc/shared_sound.h	Wed Oct 21 16:52:21 2009 +0100
+++ b/baseport/syborg/soundsc/shared_sound.h	Thu Oct 22 14:22:06 2009 -0700
@@ -51,7 +51,7 @@
 	void Callback(TUint aTransferID, TInt aTransferResult, TInt aBytesTransferred);
 
 	void SetCaps();
-	TDfcQue* DfcQ();
+	TDfcQue* DfcQ(TInt aUnit);
 	
 	TInt CalculateBufferTime(TInt aNumBytes);
 
--- a/baseport/syborg/soundsc/shared_txsound.cpp	Wed Oct 21 16:52:21 2009 +0100
+++ b/baseport/syborg/soundsc/shared_txsound.cpp	Thu Oct 22 14:22:06 2009 -0700
@@ -248,7 +248,7 @@
 	
 	}
 
-TDfcQue*DDriverSyborgSoundScPdd::DfcQ()
+TDfcQue*DDriverSyborgSoundScPdd::DfcQ(TInt /* aUnit*/ )
 	{
 	return iPhysicalDevice->iDfcQ;
 	}