phoneapp/phoneuiutils/inc/tphonecmdparamcallheaderdata.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneapp/phoneuiutils/inc/tphonecmdparamcallheaderdata.h	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneapp/phoneuiutils/inc/tphonecmdparamcallheaderdata.h	Fri Apr 16 14:58:25 2010 +0300
@@ -23,14 +23,9 @@
 //  INCLUDES
 
 #include <w32std.h>
-// <-- QT PHONE START -->
 #include <cntdef.h>
-// <-- QT PHONE START -->
 #include "tphonecommandparam.h"
 #include "phoneconstants.h"
-// <-- QT PHONE START -->
-//#include "bmbubblemanager.h"
-// <-- QT PHONE START -->
 
 // DATA TYPES
 
@@ -50,13 +45,11 @@
             EPhoneParticipantCNAPText,                
             };
 
-// <-- QT PHONE START -->         
         enum TPhoneTextClippingDirection
             {
             ERight,
             ELeft
             };
-// <-- QT PHONE END --> 
            
     public:  
         
@@ -108,24 +101,16 @@
         * @param aCLI is the CLI text
         * @param aDirection Clipping direction of the CLI text.
         */
-// <-- QT PHONE START --> 
-//        IMPORT_C void SetCLIText( const TDesC& aCLIText, 
-//                                  CBubbleManager::TPhoneClippingDirection aDirection );
         IMPORT_C void SetCLIText( const TDesC& aCLIText, 
                                   TPhoneTextClippingDirection aDirection );
-// <-- QT PHONE END --> 
 
         /**
         * Sets the call header CNAP text
         * @param aCNAP is the CNAP text
         * @param aDirection Clipping direction of the CNAP text.
         */
-// <-- QT PHONE START -->
-//        IMPORT_C void SetCNAPText( const TDesC& aCNAPText,
-//                CBubbleManager::TPhoneClippingDirection aDirection );
         IMPORT_C void SetCNAPText( const TDesC& aCNAPText,
                                    TPhoneTextClippingDirection aDirection );
-// <-- QT PHONE END -->
 
         /**
         * Sets the call header picture
@@ -133,20 +118,11 @@
         */
         IMPORT_C void SetPicture( const TDesC& aPicture );
 
-// <-- QT PHONE START -->         
-        /**
-        * Sets the call flag
-        * @param call flag
-        */
-//        IMPORT_C void SetCallFlag(
-//          CBubbleManager::TPhoneCallTypeFlags aCallFlag );
-
         /**
         * Sets the call header diverted status.
         * @param call flag
         */
         IMPORT_C void SetDiverted( TBool aDiverted );
-// <-- QT PHONE END --> 
             
         /**
         * Sets the call header line2 status.
@@ -155,15 +131,6 @@
         IMPORT_C void SetLine2( TBool aLine2 );
             
         /**
-        * Adds the call flag
-        * @param call flag
-        */
-// <-- QT PHONE START -->
-//        IMPORT_C void AddCallFlag( 
-//            CBubbleManager::TPhoneCallTypeFlags aCallFlag );
-// <-- QT PHONE END -->
-
-        /**
         * Returns the call header label text
         * @return Returns the label
         */
@@ -209,7 +176,6 @@
          * Returns the clipping direction of the CLI text.
          * @return  Clipping direction of the CLI text.
          */
-// <-- QT PHONE START -->         
         IMPORT_C TPhoneTextClippingDirection CLITextClippingDirection() const;
 
         /**
@@ -217,7 +183,6 @@
          * @return  Clipping direction of the CNAP text.
          */
         IMPORT_C TPhoneTextClippingDirection CNAPTextClippingDirection() const;
-// <-- QT PHONE END -->         
         
         /**
         * Returns the call header CNAP text.
@@ -231,19 +196,11 @@
         */
         IMPORT_C const TDesC& Picture() const;
         
-// <-- QT PHONE START -->         
-        /**
-        * Returns the call flag
-        * @return Returns the call flag
-        */
-//      IMPORT_C TUint32 CallFlag() const;
-
         /**
         * Returns call diverted status.
         * @return Returns ETrue if diverted call.
         */
         IMPORT_C TBool Diverted() const;
-// <-- QT PHONE END -->         
         
         /**
         * Returns the call header line 2 active.
@@ -389,17 +346,13 @@
         /**
          * Clipping direction of the CLI text.
          */
-// <-- QT PHONE START -->         
         TPhoneTextClippingDirection iCLITextClippingDirection;
-// <-- QT PHONE END -->
        
         /**
          * Clipping direction of the CLI text.
          */
-// <-- QT PHONE START -->
 //        CBubbleManager::TPhoneClippingDirection iCNAPTextClippingDirection;
         TPhoneTextClippingDirection iCNAPTextClippingDirection;
-// <-- QT PHONE END -->
         
         /**
         * Call header CNAP Text
@@ -411,14 +364,6 @@
         */
         TPtrC iPicture;
         
-// <-- QT PHONE START -->         
-        /**
-        * Call flag.
-        */
-//        TUint32     iCallFlag;
-// <-- QT PHONE END -->         
-
-        
         TBool iLine2;
         
         /**
@@ -463,12 +408,10 @@
          */
         TPtrC iRemotePhoneNumber;
 
-// <-- QT PHONE START -->                 
         /**
          * Call divert status.
          */
         TBool iDiverted;        
-// <-- QT PHONE END -->         
     };
 
 #endif // __TPHONECMDPARAMCALLHEADERDATA_H