diff -r 7a0216d033ac -r fe6b6762fccd eapol/eapol_framework/eapol_symbian/am/common/symbian/eap_am_trace_symbian.cpp --- a/eapol/eapol_framework/eapol_symbian/am/common/symbian/eap_am_trace_symbian.cpp Wed Jun 23 18:14:55 2010 +0300 +++ b/eapol/eapol_framework/eapol_symbian/am/common/symbian/eap_am_trace_symbian.cpp Tue Jul 06 14:18:35 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2001-2005 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -11,12 +11,12 @@ * * Contributors: * -* Description: EAP and WLAN authentication protocols. +* Description: Trace functions on Symbian. * */ /* -* %version: 15 % +* %version: 16 % */ #include "EapTraceSymbian.h" @@ -24,6 +24,8 @@ const TInt KMaxBufferSize = 512; +//------------------------------------------------------------------------- + TUint8 octet_to_ascii(i32_t octet) { if (0 <= octet && octet <= 9) @@ -40,6 +42,8 @@ } } +//------------------------------------------------------------------------- + void formatted_print(const char * const format, ...) { EAP_UNREFERENCED_PARAMETER(format); @@ -125,6 +129,7 @@ } +//------------------------------------------------------------------------- EXPORT_C void eap_trace_data_symbian( const char * const prefix, @@ -261,6 +266,8 @@ data_length, data_length); #endif + } +//------------------------------------------------------------------------- // End of file