diff -r 71ca22bcf22a -r 4f62049db6ac mmserv/tms/inc/tmsshared.h --- a/mmserv/tms/inc/tmsshared.h Tue Feb 02 01:08:46 2010 +0200 +++ b/mmserv/tms/inc/tmsshared.h Fri Feb 19 23:19:48 2010 +0200 @@ -27,19 +27,19 @@ namespace TMS { // CONSTANTS -const TUint KQueueCreateWaitTime = 10; //10ms +const guint KQueueCreateWaitTime = 10; //10ms -const TUint KTMSG711FrameLen10ms = 82; //10ms -> 80 + 2 for header -const TUint KTMSG711FrameLen20ms = 162; //20ms -> 160 + 2 for header +const guint KTMSG711FrameLen10ms = 82; //10ms -> 80 + 2 for header +const guint KTMSG711FrameLen20ms = 162; //20ms -> 160 + 2 for header -const TInt KTMSAMRNBFrameLen = 14; //frame-mode OFF -const TInt KTMSAMRNBFrameLenFM = 32; //frame-mode ON +const gint KTMSAMRNBFrameLen = 14; //frame-mode OFF +const gint KTMSAMRNBFrameLenFM = 32; //frame-mode ON -const TInt KTMSILBCFrameLen20ms = 40; //20ms -const TInt KTMSILBCFrameLen30ms = 52; //30ms +const gint KTMSILBCFrameLen20ms = 40; //20ms +const gint KTMSILBCFrameLen30ms = 52; //30ms -const TInt KTMSG729FrameLen = 24; //10 octets + 2 for header -const TUint KTMSPCM16FrameLen = 4096; +const gint KTMSG729FrameLen = 24; //10 octets + 2 for header +const guint KTMSPCM16FrameLen = 4096; // ENUMERATIONS @@ -150,7 +150,7 @@ gboolean iFrameMode; gboolean iFrameModeReqForEC; guint iBitrate; - RArray iArrBitrates; + RArray iArrBitrates; }; // -----------------------------------------------------------------------------