browserutilities/browsertelservice/src/BrowserTelService.cpp
branchRCL_3
changeset 34 220a17280356
parent 25 0ed94ceaa377
child 46 30342f40acbf
--- a/browserutilities/browsertelservice/src/BrowserTelService.cpp	Fri Feb 19 23:55:03 2010 +0200
+++ b/browserutilities/browsertelservice/src/BrowserTelService.cpp	Fri Mar 12 15:48:51 2010 +0200
@@ -35,7 +35,6 @@
 // 
 #include <txtrich.h>
 #include <badesca.h>
-#include <miutset.h>
 #include <s32strm.h>
 
 // For email API
@@ -82,6 +81,10 @@
 const TInt KParseArrayAllocation = 10;
 const TInt KTimerDelay = 2500000;
 
+//constants
+const TUid KUidMsgTypeSMTP			= {0x10001028};	// 268439592
+
+
 _LIT( KValidDTMFChars,"w/p*#0123456789ABCDabcd," );
 _LIT( KDTMFWaitChars, "/wp,*#" );
 #ifdef __BROWSER_TEL_SERVICES_CALLUI__