diff -r 989397f9511c -r 67b3e3c1fc87 securitydialogs/SecUi/Src/SecUiCodeQueryDialog.cpp --- a/securitydialogs/SecUi/Src/SecUiCodeQueryDialog.cpp Thu Oct 14 13:56:11 2010 +0300 +++ b/securitydialogs/SecUi/Src/SecUiCodeQueryDialog.cpp Wed Oct 20 14:51:23 2010 +0300 @@ -16,7 +16,7 @@ * */ -#include +// #include #include "secuicodequerydialog.h" // ================= MEMBER FUNCTIONS ======================= @@ -28,6 +28,11 @@ // EXPORT_C CCodeQueryDialog::CCodeQueryDialog(TDes& aDataText,TInt aMinLength,TInt aMaxLength,TInt aMode, TBool aIsRemoteLockQuery) : CBase() { + aDataText = aDataText; + aMinLength = aMinLength; + aMaxLength = aMaxLength; + aMode = aMode; + aIsRemoteLockQuery = aIsRemoteLockQuery; } // // ----------------------------------------------------------