baseport/syborg/soundsc/shared_txsound.cpp
changeset 30 ebe5f1b0149a
parent 23 8374da225e88
child 45 01c1ffcc4fca
--- a/baseport/syborg/soundsc/shared_txsound.cpp	Tue Dec 15 14:32:19 2009 +0000
+++ b/baseport/syborg/soundsc/shared_txsound.cpp	Thu Dec 17 15:55:37 2009 -0800
@@ -249,10 +249,14 @@
 	}
 
 TDfcQue*DDriverSyborgSoundScPdd::DfcQ(TInt /* aUnit*/ )
-	{
-	return iPhysicalDevice->iDfcQ;
-	}
+        {
+        return this->DfcQ();
+        }
 
+TDfcQue*DDriverSyborgSoundScPdd::DfcQ()
+        {
+        return iPhysicalDevice->iDfcQ;
+        }
 
 TInt DDriverSyborgSoundScPdd::MaxTransferLen() const
 	{