baseport/syborg/soundsc/shared_txsound.cpp
changeset 21 8374da225e88
parent 20 3bf560f85513
child 45 01c1ffcc4fca
--- a/baseport/syborg/soundsc/shared_txsound.cpp	Thu Nov 12 14:39:23 2009 -0800
+++ b/baseport/syborg/soundsc/shared_txsound.cpp	Tue Dec 08 11:07:49 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
 	{