loggingservices/eventlogger/LogCli/src/LOGFILT.CPP
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-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".
   163 	}
   163 	}
   164 
   164 
   165 #else//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   165 #else//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   166 
   166 
   167 #pragma BullseyeCoverage off
   167 #pragma BullseyeCoverage off
       
   168 #pragma CTC SKIP
   168 
   169 
   169 /**
   170 /**
   170 Not supported. 
   171 Not supported. 
   171 */
   172 */
   172 EXPORT_C void CLogFilter::SetSimId(TSimId)
   173 EXPORT_C void CLogFilter::SetSimId(TSimId)
   181 	{//Compiled when SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM is not defined
   182 	{//Compiled when SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM is not defined
   182 	__ASSERT_ALWAYS(0, ::Panic(ELogDualSimNotSupported));
   183 	__ASSERT_ALWAYS(0, ::Panic(ELogDualSimNotSupported));
   183 	return 0;
   184 	return 0;
   184 	}
   185 	}
   185 
   186 
       
   187 #pragma CTC ENDSKIP
   186 #pragma BullseyeCoverage on
   188 #pragma BullseyeCoverage on
   187 
   189 
   188 #endif//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   190 #endif//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   189 
   191 
   190 //**********************************
   192 //**********************************