phonebookui/cntcommonui/views/cntimportviewcallback.h
changeset 81 640d30f4fb64
parent 72 6abfb1094884
equal deleted inserted replaced
77:c18f9fa7f42e 81:640d30f4fb64
    13 *
    13 *
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef CNTIMPORTVIEWCALLBACK_H_
    18 #ifndef CNTIMPORTVIEWCALLBACK_H
    19 #define CNTIMPORTVIEWCALLBACK_H_
    19 #define CNTIMPORTVIEWCALLBACK_H
    20 
    20 
    21 class QString;
    21 class QString;
    22 
    22 
    23 /*!
    23 /*!
    24  * CntImportViewInterface
    24  * CntImportViewInterface
    31     virtual ~CntImportViewCallback() {};
    31     virtual ~CntImportViewCallback() {};
    32     virtual void setListBoxItemText(QString& aPrimary, QString& aSecondary) = 0;
    32     virtual void setListBoxItemText(QString& aPrimary, QString& aSecondary) = 0;
    33     virtual void setListBoxItemEnabled(bool aEnabled) = 0;
    33     virtual void setListBoxItemEnabled(bool aEnabled) = 0;
    34 };
    34 };
    35 
    35 
    36 #endif /* CNTIMPORTVIEWCALLBACK_H_ */
    36 #endif /* CNTIMPORTVIEWCALLBACK_H */