cpsecplugins/simpincodeplugin/src/seccodemodel_win.cpp
changeset 30 cc1cea6aabaf
parent 19 098e361762d2
equal deleted inserted replaced
26:aad866c37519 30:cc1cea6aabaf
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 // User includes
    18 // User includes
    19 #include "seccodemodel_p.h"
    19 #include "seccodemodel_p.h"
       
    20 #include <../../inc/cpsecplugins.h>
    20 
    21 
    21 // ======== MEMBER FUNCTIONS ========
    22 // ======== MEMBER FUNCTIONS ========
    22 /*!
    23 /*!
    23     NewL
    24     NewL
    24 */
    25 */
    52 /*!
    53 /*!
    53     Get Pin Code Request State
    54     Get Pin Code Request State
    54 */
    55 */
    55 bool SecCodeModelPrivate::pinCodeRequest() const
    56 bool SecCodeModelPrivate::pinCodeRequest() const
    56 {
    57 {
       
    58 		RDEBUG("0", 0);
    57     QString information;
    59     QString information;
    58     information = QString("Emulator NOT supported!");
    60     information = QString("Emulator NOT supported!");
    59     HbMessageBox messageBox(information);
    61     HbMessageBox messageBox(information);
    60     messageBox.exec();
    62     messageBox.exec();
    61     return false;
    63     return false;
    64 /*!
    66 /*!
    65     Get the Change Pin Remaining Attempts
    67     Get the Change Pin Remaining Attempts
    66 */
    68 */
    67 bool SecCodeModelPrivate::changePinCodeRequest()
    69 bool SecCodeModelPrivate::changePinCodeRequest()
    68 {
    70 {
       
    71 		RDEBUG("0", 0);
    69     QString information;
    72     QString information;
    70     information = QString("Emulator NOT supported!");
    73     information = QString("Emulator NOT supported!");
    71     HbMessageBox messageBox(information);
    74     HbMessageBox messageBox(information);
    72     messageBox.exec();
    75     messageBox.exec();
    73     return true;
    76     return true;
    76 /*!
    79 /*!
    77     Change Pin Code
    80     Change Pin Code
    78 */
    81 */
    79 int SecCodeModelPrivate::changePinCode()
    82 int SecCodeModelPrivate::changePinCode()
    80 {
    83 {
       
    84 		RDEBUG("0", 0);
    81     QString information;
    85     QString information;
    82     information = QString("Emulator NOT supported!");
    86     information = QString("Emulator NOT supported!");
    83     HbMessageBox messageBox(information);
    87     HbMessageBox messageBox(information);
    84     messageBox.exec();
    88     messageBox.exec();
    85     return 0;
    89     return 0;
    88 /*!
    92 /*!
    89     Change Pin2 Code
    93     Change Pin2 Code
    90 */
    94 */
    91 int SecCodeModelPrivate::changePin2Code()
    95 int SecCodeModelPrivate::changePin2Code()
    92 {
    96 {
       
    97 		RDEBUG("0", 0);
    93     QString information;
    98     QString information;
    94     information = QString("Emulator NOT supported!");
    99     information = QString("Emulator NOT supported!");
    95     HbMessageBox messageBox(information);
   100     HbMessageBox messageBox(information);
    96     messageBox.exec();
   101     messageBox.exec();
    97     return 0;
   102     return 0;