loggingservices/eventlogger/LogServ/src/LOGGET.CPP
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   112 	LOGTEXT("CLogGetEvent::StartL() - end");
   112 	LOGTEXT("CLogGetEvent::StartL() - end");
   113 	}
   113 	}
   114 
   114 
   115 //CLogGetEvent::StartL() does all job
   115 //CLogGetEvent::StartL() does all job
   116 #pragma BullseyeCoverage off
   116 #pragma BullseyeCoverage off
       
   117 #pragma CTC SKIP
   117 
   118 
   118 void CLogGetEvent::DoRunL()
   119 void CLogGetEvent::DoRunL()
   119 	{
   120 	{
   120 	LOGTEXT("CLogGetEvent::DoRunL() - begin");
   121 	LOGTEXT("CLogGetEvent::DoRunL() - begin");
   121 	__ASSERT_DEBUG(0, User::Invariant());
   122 	__ASSERT_DEBUG(0, User::Invariant());
   122 	LOGTEXT("CLogGetEvent::DoRunL() - end");
   123 	LOGTEXT("CLogGetEvent::DoRunL() - end");
   123 	}
   124 	}
   124 
   125 
       
   126 #pragma CTC ENDSKIP
   125 #pragma BullseyeCoverage on
   127 #pragma BullseyeCoverage on