baseport/syborg/soundsc/shared_sound.h
changeset 21 8374da225e88
parent 15 0b7d3b28f025
child 45 01c1ffcc4fca
--- a/baseport/syborg/soundsc/shared_sound.h	Thu Nov 12 14:39:23 2009 -0800
+++ b/baseport/syborg/soundsc/shared_sound.h	Tue Dec 08 11:07:49 2009 -0800
@@ -51,6 +51,11 @@
 	void Callback(TUint aTransferID, TInt aTransferResult, TInt aBytesTransferred);
 
 	void SetCaps();
+        // There was a change in the signature for DfcQ() which
+        // is a pure virtual method in the parent.
+        //  for Symbian^2
+        TDfcQue* DfcQ();
+        //  for Symbian^3
 	TDfcQue* DfcQ(TInt aUnit);
 	
 	TInt CalculateBufferTime(TInt aNumBytes);