diff -r e51ae4fd18e6 -r af86cc8a4692 devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp --- a/devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp Wed Sep 15 13:51:05 2010 +0300 +++ b/devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp Wed Oct 13 16:15:10 2010 +0300 @@ -31,12 +31,7 @@ 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 =======================