phoneplugins/csplugin/inc/cspconferencecall.h
changeset 56 5bcb308bd24d
parent 21 92ab7f8d0eab
--- a/phoneplugins/csplugin/inc/cspconferencecall.h	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneplugins/csplugin/inc/cspconferencecall.h	Wed Aug 18 09:48:26 2010 +0300
@@ -311,6 +311,11 @@
       */
       TName iAddedCallName;
 
+      /**
+       * Allocate CallInfo into heap since it could be
+       * too big fit to stack.
+       */
+      RMobileCall::TMobileCallInfoV3 iEtelCallInfo;
     };
 
-#endif // CSPCONFERENCECALL_H
\ No newline at end of file
+#endif // CSPCONFERENCECALL_H