phoneplugins/csplugin/inc/cspcall.h
changeset 50 377c906a8701
parent 45 6b911d05207e
child 60 1eef62f5c541
--- a/phoneplugins/csplugin/inc/cspcall.h	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneplugins/csplugin/inc/cspcall.h	Fri Jul 09 15:40:55 2010 +0300
@@ -777,6 +777,12 @@
            */
           HBufC* iUserToUserInformation;
           
+          /**
+           * Allocate CallInfo into heap since it could be
+           * too big fit to stack.
+           */
+          RMobileCall::TMobileCallInfoV3 iEtelCallInfo;
+          
           friend class UT_CSPCall;
           friend class MT_CConvergedCallProvider;