phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h	Fri Apr 16 14:58:25 2010 +0300
@@ -20,10 +20,6 @@
 #define TPHONECALLHEADERPARAM_H
 
 //INCLUDES
-// <-- QT PHONE START -->
-// #include    <bmbubblemanager2.h>
-// <-- QT PHONE END -->
-
 #include    "mpeengineinfo.h"
 #include    "tphonecmdparamcallheaderdata.h"
 
@@ -89,7 +85,6 @@
                 const TBool aVideoCall,
                 TPhoneCmdParamCallHeaderData* aCallHeaderData );
 
-// <-- QT PHONE START -->        
         /**
         * Sets the call header type used in the call bubble.
         * @param aCallHeaderType, call header type.
@@ -101,7 +96,6 @@
         * of call bubble.
         */
         TInt CallHeaderType() const;
-// <-- QT PHONE END -->
             
         /**
         * Setter for divert indication showing in bubble.
@@ -175,10 +169,7 @@
         void GetCNAPText( 
                const TInt aCallId,
                TDes& aData, 
-// <-- QT PHONE START -->
-//               CBubbleManager::TPhoneClippingDirection& aDirection ) const;
                TPhoneCmdParamCallHeaderData::TPhoneTextClippingDirection& aDirection ) const;
-// <-- QT PHONE END -->
         
         /**
         * Check if contact is available(RemoteName or RemoteCompanyName),
@@ -258,9 +249,7 @@
         
         MPhoneCallHeaderManagerUtility& iManagerUtility;
         MPhoneStateMachine& iStateMachine;
-// <-- QT PHONE START -->
         TInt iCallHeaderType;
-// <-- QT PHONE END -->
         TBool iSetDivertIndication;
             
     };