diff -r 71ca22bcf22a -r 5a06f39ad45b mmserv/tms/inc/tmscallserverstartparam.h --- a/mmserv/tms/inc/tmscallserverstartparam.h Tue Feb 02 01:08:46 2010 +0200 +++ b/mmserv/tms/inc/tmscallserverstartparam.h Fri Apr 16 15:29:42 2010 +0300 @@ -18,13 +18,14 @@ #ifndef TMSCALLSERVERSTARTPARAM_H #define TMSCALLSERVERSTARTPARAM_H +#include #include 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;