loggingservices/eventlogger/LogCli/src/LOGCLI.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".
   424 	}
   424 	}
   425 
   425 
   426 #else //SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   426 #else //SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   427 
   427 
   428 #pragma BullseyeCoverage off
   428 #pragma BullseyeCoverage off
       
   429 #pragma CTC SKIP
   429 
   430 
   430 /**
   431 /**
   431 Not supported. 
   432 Not supported. 
   432 */
   433 */
   433 EXPORT_C void CLogClient::ClearLog(const TTime&, TSimId, TRequestStatus&)
   434 EXPORT_C void CLogClient::ClearLog(const TTime&, TSimId, TRequestStatus&)
   441 EXPORT_C void CLogClient::ClearLog(TInt, TSimId, TRequestStatus&)
   442 EXPORT_C void CLogClient::ClearLog(TInt, TSimId, TRequestStatus&)
   442 	{//Compiled when SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM is not defined
   443 	{//Compiled when SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM is not defined
   443 	__ASSERT_ALWAYS(0, ::Panic(ELogDualSimNotSupported));
   444 	__ASSERT_ALWAYS(0, ::Panic(ELogDualSimNotSupported));
   444 	}
   445 	}
   445 
   446 
       
   447 #pragma CTC ENDSKIP
   446 #pragma BullseyeCoverage on
   448 #pragma BullseyeCoverage on
   447 
   449 
   448 #endif//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   450 #endif//SYMBIAN_ENABLE_EVENTLOGGER_DUALSIM
   449 
   451 
   450 /** Requests notification of changes to the Log Engine database. This is an asynchronous 
   452 /** Requests notification of changes to the Log Engine database. This is an asynchronous 
   566 	{
   568 	{
   567 	return *iSession;
   569 	return *iSession;
   568 	}
   570 	}
   569 
   571 
   570 #pragma BullseyeCoverage off
   572 #pragma BullseyeCoverage off
       
   573 #pragma CTC SKIP
   571 
   574 
   572 EXPORT_C void CLogClient::CLogBase_Reserved1()
   575 EXPORT_C void CLogClient::CLogBase_Reserved1()
   573 	{
   576 	{
   574 	}
   577 	}
   575 
   578 
       
   579 #pragma CTC ENDSKIP
   576 #pragma BullseyeCoverage on
   580 #pragma BullseyeCoverage on