iaupdate/IAD/firmwareupdate/inc/iaupdatefwfotamodel.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
    21 #ifndef CIAUPDATEFWFOTAMODEL_H
    21 #ifndef CIAUPDATEFWFOTAMODEL_H
    22 #define CIAUPDATEFWFOTAMODEL_H
    22 #define CIAUPDATEFWFOTAMODEL_H
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 #include <fotaengine.h>
    25 #include <fotaengine.h>
    26 #include <badesca.h>
       
    27 
    26 
    28 // FORWARD DECLARATIONS
    27 // FORWARD DECLARATIONS
    29 
    28 
    30 // CLASS DECLARATION
    29 // CLASS DECLARATION
    31 
    30 
    49         */
    48         */
    50         virtual ~CIAUpdateFWFotaModel();
    49         virtual ~CIAUpdateFWFotaModel();
    51 
    50 
    52     public: // New functions
    51     public: // New functions
    53         
    52         
       
    53         /**
       
    54         * Retrieves the human readable name of the profile.
       
    55         * @since Series 60 3.1
       
    56         * @param aProfileId Profile identifier
       
    57         * @param aProfileId Human readable name of the profile, or KNullDesC if not found.
       
    58         * @return None
       
    59         */
       
    60         void GetProfileNameL( const TInt aProfileId,
       
    61                                     HBufC* aProfileName ) const;
       
    62 
    54         /**
    63         /**
    55         * Retrieves the default fota profile identifier from
    64         * Retrieves the default fota profile identifier from
    56         * the central repository.
    65         * the central repository.
    57         * @since Series 60 3.1
    66         * @since Series 60 3.1
    58         * @param None
    67         * @param None