eapol/eapol_framework/eapol_symbian/eap_server/src/EapServer.cpp
changeset 34 ad1f037f1ac2
parent 27 9660a5eb236f
child 49 43351a4f2da3
equal deleted inserted replaced
31:372d2d6c5cf9 34:ad1f037f1ac2
    14 * Description:  scheduler of EAP-server.
    14 * Description:  scheduler of EAP-server.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 31 %
    19 * %version: 35 %
    20 */
    20 */
    21 
    21 
    22 #include "EapServer.h"
    22 #include "EapServer.h"
    23 #include "EapTraceSymbian.h"
    23 #include "EapTraceSymbian.h"
    24 #include <ecom.h>
    24 #include <ecom.h>
   236 	{
   236 	{
   237 		iTools->am_cancel_all_timers();
   237 		iTools->am_cancel_all_timers();
   238 		abs_eap_am_tools_c::delete_abs_eap_am_tools_c(iTools);
   238 		abs_eap_am_tools_c::delete_abs_eap_am_tools_c(iTools);
   239 	}
   239 	}
   240 
   240 
       
   241     EAP_TRACE_DEBUG_SYMBIAN((_L("REComSession::FinalClose(): start")));
       
   242 
   241 	REComSession::FinalClose();
   243 	REComSession::FinalClose();
       
   244 
       
   245     EAP_TRACE_DEBUG_SYMBIAN((_L("REComSession::FinalClose(): ready")));
       
   246 
   242 	}
   247 	}
   243 
   248 
   244 //----------------------------------------------------------------------------
   249 //----------------------------------------------------------------------------
   245 
   250 
   246 // from CServer
   251 // from CServer
   247 
   252 
   248 CSession2* CEapServer::NewSessionL(const TVersion& /* aVersion */, const RMessage2 &aMessage) const
   253 CSession2* CEapServer::NewSessionL(const TVersion& /* aVersion */, const RMessage2& /* aMessage */) const
   249     {
   254     {
   250 	EAP_TRACE_DEBUG(
   255 	EAP_TRACE_DEBUG(
   251 		iTools, 
   256 		iTools, 
   252 		TRACE_FLAGS_DEFAULT, 
   257 		TRACE_FLAGS_DEFAULT, 
   253 		(EAPL("CEapServer::NewSessionL(): starts\n")));
   258 		(EAPL("CEapServer::NewSessionL(): starts\n")));
   352 
   357 
   353 //----------------------------------------------------------------------------
   358 //----------------------------------------------------------------------------
   354 
   359 
   355 void CEapServer::PanicClient(TInt aPanic) const
   360 void CEapServer::PanicClient(TInt aPanic) const
   356 {
   361 {
       
   362 	EAP_UNREFERENCED_PARAMETER(aPanic);
   357 	EAP_TRACE_DEBUG(
   363 	EAP_TRACE_DEBUG(
   358 		iTools, 
   364 		iTools, 
   359 		TRACE_FLAGS_DEFAULT, 
   365 		TRACE_FLAGS_DEFAULT, 
   360 		(EAPL("CEapServer::PanicClient(): aPanic=%d\n"),
   366 		(EAPL("CEapServer::PanicClient(): aPanic=%d\n"),
   361 		aPanic));
   367 		aPanic));