eapol/eapol_framework/eapol_symbian/eap_if/src/EapFastPacStoreImpl.cpp
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
child 49 43351a4f2da3
--- a/eapol/eapol_framework/eapol_symbian/eap_if/src/EapFastPacStoreImpl.cpp	Thu Jun 10 16:12:28 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/eap_if/src/EapFastPacStoreImpl.cpp	Thu Jun 24 11:23:08 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 21 %
+* %version: 22 %
 */
 
 #include <e32base.h>
@@ -294,7 +294,7 @@
     EAP_TRACE_DEBUG_SYMBIAN(
      (_L("CEapFastPacStoreImpl::IsMasterKeyAndPasswordMatchingL")));  
 
-	iPacStorePassword->set_copy_of_buffer(aPassword8.Ptr(), aPassword8.Size());
+	(void)iPacStorePassword->set_copy_of_buffer(aPassword8.Ptr(), aPassword8.Size());
 
 	eap_status_e status = iPartner->is_master_key_and_password_matching(
 		iPacStorePassword
@@ -332,7 +332,7 @@
      (_L("CEapFastPacStoreImpl::CreateAndSaveMasterKeyL")));  
 
 	
-	iPacStorePassword->set_copy_of_buffer(aPassword8.Ptr(), aPassword8.Size());
+	(void)iPacStorePassword->set_copy_of_buffer(aPassword8.Ptr(), aPassword8.Size());
 
 	eap_status_e status = iPartner->create_and_save_master_key(
 		iPacStorePassword
@@ -369,7 +369,7 @@
     EAP_TRACE_DEBUG_SYMBIAN(
      (_L("CEapFastPacStoreImpl::ComparePacStorePasswordL")));  
 
-	iPacStorePassword->set_copy_of_buffer(aPassword8.Ptr(), aPassword8.Size());
+	(void)iPacStorePassword->set_copy_of_buffer(aPassword8.Ptr(), aPassword8.Size());
 
 	eap_status_e status = iPartner->compare_pac_store_password(
 		iPacStorePassword);
@@ -435,7 +435,7 @@
     EAP_TRACE_DEBUG_SYMBIAN(
      (_L("CEapFastPacStoreImpl::SetPacStorePasswordL")));  
 
-	iPacStorePassword->set_copy_of_buffer(aPassword8.Ptr(), aPassword8.Size());
+	(void)iPacStorePassword->set_copy_of_buffer(aPassword8.Ptr(), aPassword8.Size());
 	
 	eap_status_e status = iPartner->set_pac_store_password(
 		iPacStorePassword