diff -r 735348f59235 -r 948c7f65f6d4 devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp --- a/devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp Tue Aug 31 16:43:06 2010 +0300 +++ b/devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp Wed Sep 01 12:38:50 2010 +0100 @@ -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 =======================