iaupdate/IAD/firmwareupdate/inc/iaupdatefwfotamodel.h
changeset 53 ae54820ef82c
parent 29 26b6f0522fd8
child 66 8b7f4e561641
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
    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>
    26 
    27 
    27 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    28 
    29 
    29 // CLASS DECLARATION
    30 // CLASS DECLARATION
    30 
    31 
    48         */
    49         */
    49         virtual ~CIAUpdateFWFotaModel();
    50         virtual ~CIAUpdateFWFotaModel();
    50 
    51 
    51     public: // New functions
    52     public: // New functions
    52         
    53         
    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 
       
    63         /**
    54         /**
    64         * Retrieves the default fota profile identifier from
    55         * Retrieves the default fota profile identifier from
    65         * the central repository.
    56         * the central repository.
    66         * @since Series 60 3.1
    57         * @since Series 60 3.1
    67         * @param None
    58         * @param None