equal
deleted
inserted
replaced
19 #ifndef CPHONECALLHEADERMANAGER_H |
19 #ifndef CPHONECALLHEADERMANAGER_H |
20 #define CPHONECALLHEADERMANAGER_H |
20 #define CPHONECALLHEADERMANAGER_H |
21 |
21 |
22 //INCLUDES |
22 //INCLUDES |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 // <-- QT PHONE START --> |
|
25 //#include <bmbubblemanager.h> |
|
26 // <-- QT PHONE END --> |
|
27 |
|
28 #include "mphonecallheadermanagerutility.h" |
24 #include "mphonecallheadermanagerutility.h" |
29 #include "mphonestatemachine.h" |
25 #include "mphonestatemachine.h" |
30 #include "mphoneviewcommandhandle.h" |
26 #include "mphoneviewcommandhandle.h" |
31 #include "mphonecustomization.h" |
27 #include "mphonecustomization.h" |
32 |
28 |
87 * @param aCallid call id |
83 * @param aCallid call id |
88 */ |
84 */ |
89 void DisplayHeaderForOutgoingCallL( |
85 void DisplayHeaderForOutgoingCallL( |
90 const TInt aCallId ); |
86 const TInt aCallId ); |
91 |
87 |
92 // <-- QT PHONE START --> |
|
93 /** |
88 /** |
94 * Sets the call header type used in the call bubble. |
89 * Sets the call header type used in the call bubble. |
95 * @param aCallHeaderType, call header type. |
90 * @param aCallHeaderType, call header type. |
96 */ |
91 */ |
97 void SetCallHeaderType( |
92 void SetCallHeaderType( |
99 |
94 |
100 /** |
95 /** |
101 * Returns the set call header type. |
96 * Returns the set call header type. |
102 */ |
97 */ |
103 TInt CallHeaderType() const; |
98 TInt CallHeaderType() const; |
104 // <-- QT PHONE END --> |
|
105 |
99 |
106 /** |
100 /** |
107 * Sets divert indication to call header if necessary |
101 * Sets divert indication to call header if necessary |
108 * @param aCallId - Call Id. |
102 * @param aCallId - Call Id. |
109 * @param aCallHeaderData - Call header where indication will be set |
103 * @param aCallHeaderData - Call header where indication will be set |