loggingservices/eventlogger/LogWrap/src/LOGEVENT.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".
   294 	}
   294 	}
   295 
   295 
   296 #else//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   296 #else//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   297 
   297 
   298 #pragma BullseyeCoverage off
   298 #pragma BullseyeCoverage off
       
   299 #pragma CTC SKIP
   299 
   300 
   300 /**
   301 /**
   301 Not supported.
   302 Not supported.
   302 */
   303 */
   303 EXPORT_C void CLogEvent::SetSimId(TSimId)
   304 EXPORT_C void CLogEvent::SetSimId(TSimId)
   312 	{//Compiled when SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM is not defined
   313 	{//Compiled when SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM is not defined
   313 	__ASSERT_ALWAYS(0, ::Panic(ELogDualSimNotSupported));
   314 	__ASSERT_ALWAYS(0, ::Panic(ELogDualSimNotSupported));
   314 	return 0;
   315 	return 0;
   315 	}
   316 	}
   316 
   317 
       
   318 #pragma CTC ENDSKIP
   317 #pragma BullseyeCoverage on
   319 #pragma BullseyeCoverage on
   318 
   320 
   319 #endif//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   321 #endif//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM