diff -r 7a0216d033ac -r fe6b6762fccd eapol/eapol_framework/eapol_common/type/aka/core/eap_type_aka.cpp --- a/eapol/eapol_framework/eapol_common/type/aka/core/eap_type_aka.cpp Wed Jun 23 18:14:55 2010 +0300 +++ b/eapol/eapol_framework/eapol_common/type/aka/core/eap_type_aka.cpp Tue Jul 06 14:18:35 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 39 % +* %version: 41 % */ // This is enumeration of EAPOL source code. @@ -383,7 +383,7 @@ //----------------------------------------------- // -void eap_type_aka_c::initialize_state( +EAP_FUNC_EXPORT void eap_type_aka_c::initialize_state( const eap_type_aka_state_variable_e state, const bool must_be_initiator, const bool must_be_responder, @@ -2901,8 +2901,6 @@ //-------------------------------------------------- -#if defined(USE_EAP_TRACE) - // EAP_FUNC_EXPORT void eap_type_aka_c::packet_trace( eap_const_string prefix, @@ -3010,7 +3008,7 @@ EAP_TRACE_END(m_am_tools, TRACE_FLAGS_DEFAULT); } -#endif //#if defined(USE_EAP_TRACE) + //--------------------------------------------------