browserutilities/browsertelservice/src/BrowserTelService.cpp
branchRCL_3
changeset 58 220a17280356
parent 36 0ed94ceaa377
child 91 30342f40acbf
equal deleted inserted replaced
46:ea4b2e4f7cac 58:220a17280356
    33 
    33 
    34 #include <FeatMgr.h>
    34 #include <FeatMgr.h>
    35 // 
    35 // 
    36 #include <txtrich.h>
    36 #include <txtrich.h>
    37 #include <badesca.h>
    37 #include <badesca.h>
    38 #include <miutset.h>
       
    39 #include <s32strm.h>
    38 #include <s32strm.h>
    40 
    39 
    41 // For email API
    40 // For email API
    42 #include <sendui.h>
    41 #include <sendui.h>
    43 #include <CMessageData.h>
    42 #include <CMessageData.h>
    79 
    78 
    80 #include "BrowserUtilitiesVariant.hrh" // KBrowserUtilitiesMailtoSchemeToMmsEditor
    79 #include "BrowserUtilitiesVariant.hrh" // KBrowserUtilitiesMailtoSchemeToMmsEditor
    81 
    80 
    82 const TInt KParseArrayAllocation = 10;
    81 const TInt KParseArrayAllocation = 10;
    83 const TInt KTimerDelay = 2500000;
    82 const TInt KTimerDelay = 2500000;
       
    83 
       
    84 //constants
       
    85 const TUid KUidMsgTypeSMTP			= {0x10001028};	// 268439592
       
    86 
    84 
    87 
    85 _LIT( KValidDTMFChars,"w/p*#0123456789ABCDabcd," );
    88 _LIT( KValidDTMFChars,"w/p*#0123456789ABCDabcd," );
    86 _LIT( KDTMFWaitChars, "/wp,*#" );
    89 _LIT( KDTMFWaitChars, "/wp,*#" );
    87 #ifdef __BROWSER_TEL_SERVICES_CALLUI__
    90 #ifdef __BROWSER_TEL_SERVICES_CALLUI__
    88 _LIT( KDTMFInvalidWaitChars, "/," );
    91 _LIT( KDTMFInvalidWaitChars, "/," );