# HG changeset patch # User John Kern # Date 1256246526 25200 # Node ID 0b7d3b28f025517b1c0607aed26d26a63e40dab8 # Parent ce408b731417a9cbcb1b7f99ab296e2df0021af0 DfcQ() requires an argument diff -r ce408b731417 -r 0b7d3b28f025 baseport/syborg/soundsc/shared_sound.h --- 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); diff -r ce408b731417 -r 0b7d3b28f025 baseport/syborg/soundsc/shared_txsound.cpp --- 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; }