eapol/eapol_framework/eapol_symbian/eap_if/src/REapSession.cpp
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
child 49 43351a4f2da3
equal deleted inserted replaced
31:372d2d6c5cf9 34:ad1f037f1ac2
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 33 %
    19 * %version: 34 %
    20 */
    20 */
    21 
    21 
    22 #include "REapSession.h"
    22 #include "REapSession.h"
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include "EapTraceSymbian.h"
    24 #include "EapTraceSymbian.h"
   536 
   536 
   537 //----------------------------------------------------------------
   537 //----------------------------------------------------------------
   538 //----------------------------------------------------------------
   538 //----------------------------------------------------------------
   539 //----------------------------------------------------------------
   539 //----------------------------------------------------------------
   540 
   540 
   541 void CEapolPacketHandler::EapolHandleL(const TDesC8& data)
   541 void CEapolPacketHandler::EapolHandleL(const TDesC8& /* data */)
   542     {
   542     {
   543     EAP_TRACE_DEBUG_SYMBIAN((_L("ERROR: CEapolPacketHandler::EapolHandleL(): (do nothing now)")));           
   543     EAP_TRACE_DEBUG_SYMBIAN((_L("ERROR: CEapolPacketHandler::EapolHandleL(): (do nothing now)")));           
   544     }
   544     }
   545 
   545 
   546 //----------------------------------------------------------------
   546 //----------------------------------------------------------------