mmserv/tms/inc/tmscallserverstartparam.h
branchCompilerCompatibility
changeset 6 d3f4aa43df41
parent 3 4f62049db6ac
--- a/mmserv/tms/inc/tmscallserverstartparam.h	Mon Mar 08 21:44:05 2010 +0000
+++ b/mmserv/tms/inc/tmscallserverstartparam.h	Sun Mar 14 13:11:51 2010 +0000
@@ -18,13 +18,14 @@
 #ifndef TMSCALLSERVERSTARTPARAM_H
 #define TMSCALLSERVERSTARTPARAM_H
 
+#include <glib.h>
 #include <e32std.h>
 
 namespace TMS {
 
-const TInt KTMSCallServerStackSize = 0x5000; //  20 KB
-const TInt KTMSCallServerInitHeapSize = 0x500000; // 5.2 MB
-const TInt KTMSCallServerMaxHeapSize = 0x1800000; //  25 MB
+const gint KTMSCallServerStackSize = 0x5000; //  20 KB
+const gint KTMSCallServerInitHeapSize = 0x500000; // 5.2 MB
+const gint KTMSCallServerMaxHeapSize = 0x1800000; //  25 MB
 
 // FORWARD DECLARATIONS
 class TMSServer;