eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/src/EapTlsPeapUtils.cpp
changeset 52 c23bdf5a328a
parent 42 53085837e73a
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 140 %
    19 * %version: 141 %
    20 */
    20 */
    21 
    21 
    22 // This is enumeration of EAPOL source code.
    22 // This is enumeration of EAPOL source code.
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    24 	#undef EAP_FILE_NUMBER_ENUM
    24 	#undef EAP_FILE_NUMBER_ENUM
  4927 	else if (error != KErrAlreadyExists) 
  4927 	else if (error != KErrAlreadyExists) 
  4928 	{
  4928 	{
  4929 		User::LeaveIfError(error);
  4929 		User::LeaveIfError(error);
  4930 	}
  4930 	}
  4931 	
  4931 	
  4932 	EAP_TRACE_DEBUG_SYMBIAN((_L("EapLeapDbUtils::DeleteConfigurationL(): - calls aDatabase.Open()\n")));
  4932 	EAP_TRACE_DEBUG_SYMBIAN((_L("EapTlsPeapUtils::DeleteConfigurationL(): - calls aDatabase.Open()\n")));
  4933 
  4933 
  4934 	error = aDatabase.Open(aFileServerSession, aPrivateDatabasePathName);
  4934 	error = aDatabase.Open(aFileServerSession, aPrivateDatabasePathName);
  4935 
  4935 
  4936 	EAP_TRACE_DEBUG_SYMBIAN((_L("EapLeapDbUtils::DeleteConfigurationL(): - Opened private DB for %S. error=%d\n"),
  4936 	EAP_TRACE_DEBUG_SYMBIAN((_L("EapTlsPeapUtils::DeleteConfigurationL(): - Opened private DB for %S. error=%d\n"),
  4937 		&dbname,
  4937 		&dbname,
  4938 		error));
  4938 		error));
  4939 
  4939 
  4940 	User::LeaveIfError(error);
  4940 	User::LeaveIfError(error);
  4941 
  4941