accessoryservices/remotecontrolfw/server/src/server.cpp
branchRCL_3
changeset 81 24127ea5a236
parent 61 8cb079868133
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
  2560 	FTRACE(const_cast<CRemConServer*>(this)->OutgoingCmdPendingTsp().LogQueue();)
  2560 	FTRACE(const_cast<CRemConServer*>(this)->OutgoingCmdPendingTsp().LogQueue();)
  2561 	}
  2561 	}
  2562 
  2562 
  2563 void CRemConServer::LogOutgoingRspPendingTsp() const
  2563 void CRemConServer::LogOutgoingRspPendingTsp() const
  2564 	{
  2564 	{
  2565 	LOG(_L("Logging outgoing pending TSP commands"));
  2565 	LOG(_L("Logging outgoing pending TSP responses"));
  2566 	FTRACE(const_cast<CRemConServer*>(this)->OutgoingRspPendingTsp().LogQueue();)
  2566 	FTRACE(const_cast<CRemConServer*>(this)->OutgoingRspPendingTsp().LogQueue();)
  2567 	}
  2567 	}
  2568 
  2568 
  2569 
  2569 
  2570 void CRemConServer::LogOutgoingPendingSend() const
  2570 void CRemConServer::LogOutgoingPendingSend() const
  2571 	{
  2571 	{
  2572 	LOG(_L("Logging outgoing pending send commands"));
  2572 	LOG(_L("Logging outgoing pending send"));
  2573 	FTRACE(const_cast<CRemConServer*>(this)->OutgoingPendingSend().LogQueue();)
  2573 	FTRACE(const_cast<CRemConServer*>(this)->OutgoingPendingSend().LogQueue();)
  2574 	}
  2574 	}
  2575 
  2575 
  2576 void CRemConServer::LogOutgoingSent() const
  2576 void CRemConServer::LogOutgoingSent() const
  2577 	{
  2577 	{
  2578 	LOG(_L("Logging outgoing sent commands"));
  2578 	LOG(_L("Logging outgoing sent"));
  2579 	FTRACE(const_cast<CRemConServer*>(this)->OutgoingSent().LogQueue();)
  2579 	FTRACE(const_cast<CRemConServer*>(this)->OutgoingSent().LogQueue();)
  2580 	}
  2580 	}
  2581 
  2581 
  2582 void CRemConServer::LogIncomingCmdPendingAddress() const
  2582 void CRemConServer::LogIncomingCmdPendingAddress() const
  2583 	{
  2583 	{
  2585 	FTRACE(const_cast<CRemConServer*>(this)->IncomingCmdPendingAddress().LogQueue();)
  2585 	FTRACE(const_cast<CRemConServer*>(this)->IncomingCmdPendingAddress().LogQueue();)
  2586 	}
  2586 	}
  2587 
  2587 
  2588 void CRemConServer::LogIncomingNotifyCmdPendingAddress() const
  2588 void CRemConServer::LogIncomingNotifyCmdPendingAddress() const
  2589 	{
  2589 	{
  2590 	LOG(_L("Logging incoming pending address commands"));
  2590 	LOG(_L("Logging incoming pending address notify commands"));
  2591 	FTRACE(const_cast<CRemConServer*>(this)->IncomingNotifyCmdPendingAddress().LogQueue();)
  2591 	FTRACE(const_cast<CRemConServer*>(this)->IncomingNotifyCmdPendingAddress().LogQueue();)
  2592 	}
  2592 	}
  2593 
  2593 
  2594 void CRemConServer::LogIncomingNotifyCmdPendingReAddress() const
  2594 void CRemConServer::LogIncomingNotifyCmdPendingReAddress() const
  2595 	{
  2595 	{
  2596 	LOG(_L("Logging incoming pending address commands"));
  2596 	LOG(_L("Logging incoming pending readdress notify commands"));
  2597 	FTRACE(const_cast<CRemConServer*>(this)->IncomingNotifyCmdPendingReAddress().LogQueue();)
  2597 	FTRACE(const_cast<CRemConServer*>(this)->IncomingNotifyCmdPendingReAddress().LogQueue();)
  2598 	}
  2598 	}
  2599 
  2599 
  2600 void CRemConServer::LogIncomingPendingDelivery() const
  2600 void CRemConServer::LogIncomingPendingDelivery() const
  2601 	{
  2601 	{
  2602 	LOG(_L("Logging incoming pending delivery messages"));
  2602 	LOG(_L("Logging incoming pending delivery"));
  2603 	FTRACE(const_cast<CRemConServer*>(this)->IncomingPendingDelivery().LogQueue();)
  2603 	FTRACE(const_cast<CRemConServer*>(this)->IncomingPendingDelivery().LogQueue();)
  2604 	}
  2604 	}
  2605 
  2605 
  2606 void CRemConServer::LogIncomingDelivered() const
  2606 void CRemConServer::LogIncomingDelivered() const
  2607 	{
  2607 	{
  2608 	LOG(_L("Logging incoming delivered commands"));
  2608 	LOG(_L("Logging incoming delivered"));
  2609 	FTRACE(const_cast<CRemConServer*>(this)->IncomingDelivered().LogQueue();)
  2609 	FTRACE(const_cast<CRemConServer*>(this)->IncomingDelivered().LogQueue();)
  2610 	}
  2610 	}
  2611 #endif // __FLOG_ACTIVE
  2611 #endif // __FLOG_ACTIVE
  2612 
  2612 
  2613 CRemConSession* CRemConServer::Session(TUint aSessionId) const
  2613 CRemConSession* CRemConServer::Session(TUint aSessionId) const