loggingservices/eventlogger/LogServ/src/LogServView.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".
   136 /////////////////////////////////////////////////////////////////////////////////////////
   136 /////////////////////////////////////////////////////////////////////////////////////////
   137 /////////////////////////////////////////////////////////////////////////////////////////
   137 /////////////////////////////////////////////////////////////////////////////////////////
   138 /////////////////////////////////////////////////////////////////////////////////////////
   138 /////////////////////////////////////////////////////////////////////////////////////////
   139 
   139 
   140 #pragma BullseyeCoverage off
   140 #pragma BullseyeCoverage off
       
   141 #pragma CTC SKIP
   141 
   142 
   142 /**
   143 /**
   143 Remove an entry from the view.
   144 Remove an entry from the view.
   144 By default you can't remove an event from a view.
   145 By default you can't remove an event from a view.
   145 */
   146 */
   154 void CLogServViewBase::ClearDuplicatesL(const RMessage2& /*aMessage*/)
   155 void CLogServViewBase::ClearDuplicatesL(const RMessage2& /*aMessage*/)
   155 	{
   156 	{
   156 	User::Leave(KErrNotSupported);
   157 	User::Leave(KErrNotSupported);
   157 	}
   158 	}
   158 
   159 
       
   160 #pragma CTC ENDSKIP
   159 #pragma BullseyeCoverage on
   161 #pragma BullseyeCoverage on
   160 
   162 
   161 /**
   163 /**
   162 Set the flags of all the entries in the view.
   164 Set the flags of all the entries in the view.
   163 */
   165 */