devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp
branchRCL_3
changeset 40 f429a0a2075b
parent 0 40261b775718
child 49 735348f59235
--- a/devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp	Thu Jul 15 20:22:56 2010 +0300
+++ b/devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp	Thu Aug 19 11:23:35 2010 +0300
@@ -31,7 +31,12 @@
 
 const TInt KTelAudRtngServerStackSize=0x2000;			//  8KB
 const TInt KTelAudRtngServerInitHeapSize=0x1000;		//  4KB
+#if defined __WINSCW__      
+//Telephoney Audio routing server requires only 1MB data for emulator
+const TInt KTelAudRtngServerMaxHeapSize=0x100000;      // 1MB
+#else
 const TInt KTelAudRtngServerMaxHeapSize=0x1000000;		// 16MB
+#endif
     
 // ================= MEMBER FUNCTIONS =======================