securitydialogs/SecUi/Src/SecUiCodeQueryDialog.cpp
changeset 66 67b3e3c1fc87
parent 26 aad866c37519
equal deleted inserted replaced
63:989397f9511c 66:67b3e3c1fc87
    14 * Description:  Dialog used for code queries.
    14 * Description:  Dialog used for code queries.
    15 *
    15 *
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include <AknQueryDialog.h>
    19 // #include <AknQueryDialog.h>
    20 #include "secuicodequerydialog.h"
    20 #include "secuicodequerydialog.h"
    21 
    21 
    22 // ================= MEMBER FUNCTIONS =======================
    22 // ================= MEMBER FUNCTIONS =======================
    23 //
    23 //
    24 // ----------------------------------------------------------
    24 // ----------------------------------------------------------
    26 // C++ constructor
    26 // C++ constructor
    27 // ----------------------------------------------------------
    27 // ----------------------------------------------------------
    28 //
    28 //
    29 EXPORT_C CCodeQueryDialog::CCodeQueryDialog(TDes& aDataText,TInt aMinLength,TInt aMaxLength,TInt aMode, TBool aIsRemoteLockQuery) : CBase()
    29 EXPORT_C CCodeQueryDialog::CCodeQueryDialog(TDes& aDataText,TInt aMinLength,TInt aMaxLength,TInt aMode, TBool aIsRemoteLockQuery) : CBase()
    30 	{		
    30 	{		
       
    31 		aDataText = aDataText;
       
    32 		aMinLength = aMinLength;
       
    33 		aMaxLength = aMaxLength;
       
    34 		aMode = aMode;
       
    35 		aIsRemoteLockQuery = aIsRemoteLockQuery;
    31 	}
    36 	}
    32 //
    37 //
    33 // ----------------------------------------------------------
    38 // ----------------------------------------------------------
    34 // CCodeQueryDialog::~CodeQueryDialog()
    39 // CCodeQueryDialog::~CodeQueryDialog()
    35 // Destructor
    40 // Destructor