devsoundextensions/telephonyaudiorouting/TelephonyAudioRoutingManager/src/TelephonyAudioRoutingManager.cpp
branchRCL_3
changeset 65 af86cc8a4692
parent 50 948c7f65f6d4
equal deleted inserted replaced
55:e51ae4fd18e6 65:af86cc8a4692
    29 
    29 
    30 const TUid KTelAudRtngServerUid = {0x10207A93};
    30 const TUid KTelAudRtngServerUid = {0x10207A93};
    31 
    31 
    32 const TInt KTelAudRtngServerStackSize=0x2000;			//  8KB
    32 const TInt KTelAudRtngServerStackSize=0x2000;			//  8KB
    33 const TInt KTelAudRtngServerInitHeapSize=0x1000;		//  4KB
    33 const TInt KTelAudRtngServerInitHeapSize=0x1000;		//  4KB
    34 #if defined __WINSCW__      
       
    35 //Telephoney Audio routing server requires only 1MB data for emulator
       
    36 const TInt KTelAudRtngServerMaxHeapSize=0x100000;      // 1MB
       
    37 #else
       
    38 const TInt KTelAudRtngServerMaxHeapSize=0x1000000;		// 16MB
    34 const TInt KTelAudRtngServerMaxHeapSize=0x1000000;		// 16MB
    39 #endif
       
    40     
    35     
    41 // ================= MEMBER FUNCTIONS =======================
    36 // ================= MEMBER FUNCTIONS =======================
    42 
    37 
    43 // C++ default constructor can NOT contain any code, that
    38 // C++ default constructor can NOT contain any code, that
    44 // might leave.
    39 // might leave.