--- a/phoneapp/phoneuicontrol/inc/cphonecallheadermanager.h Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuicontrol/inc/cphonecallheadermanager.h Fri Mar 19 09:28:42 2010 +0200
@@ -21,7 +21,9 @@
//INCLUDES
#include <e32base.h>
-#include <bmbubblemanager.h>
+// <-- QT PHONE START -->
+//#include <bmbubblemanager.h>
+// <-- QT PHONE END -->
#include "mphonecallheadermanagerutility.h"
#include "mphonestatemachine.h"
@@ -86,18 +88,20 @@
*/
void DisplayHeaderForOutgoingCallL(
const TInt aCallId );
-
+
+// <-- QT PHONE START -->
/**
* Sets the call header type used in the call bubble.
* @param aCallHeaderType, call header type.
*/
void SetCallHeaderType(
- const CBubbleManager::TPhoneCallTypeFlags aCallHeaderType );
+ TInt aCallHeaderType );
/**
* Returns the set call header type.
*/
- CBubbleManager::TPhoneCallTypeFlags CallHeaderType() const;
+ TInt CallHeaderType() const;
+// <-- QT PHONE END -->
/**
* Sets divert indication to call header if necessary
@@ -121,10 +125,10 @@
*/
TBool IsVideoCall( const TInt aCallId ) const;
- /**
+ /**
* Sets texts to call header
* @param aCallId - Call Id.
- * @param aWaitingCall waiting call indication
+ * @param aWaitingCall waiting call indication
* @param aCallHeaderData - Call header where indication will be set
* if needed.
*/