loggingservices/eventlogger/LogWrap/src/LOGBASE.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".
    34 	{
    34 	{
    35 	  delete iResourceFile;
    35 	  delete iResourceFile;
    36 	}
    36 	}
    37 
    37 
    38 #pragma BullseyeCoverage off
    38 #pragma BullseyeCoverage off
       
    39 #pragma CTC SKIP
    39 
    40 
    40 /** Adds an event to the log database. This is an asynchronous request.
    41 /** Adds an event to the log database. This is an asynchronous request.
    41 	
    42 	
    42 	This function is overridden by log engine implementations.
    43 	This function is overridden by log engine implementations.
    43 	
    44 	
   119 void CLogBase::DoRunL()
   120 void CLogBase::DoRunL()
   120 	{
   121 	{
   121 	__ASSERT_DEBUG(ETrue, Panic(ELogNotImplemented));
   122 	__ASSERT_DEBUG(ETrue, Panic(ELogNotImplemented));
   122 	}
   123 	}
   123 
   124 
       
   125 #pragma CTC ENDSKIP
   124 #pragma BullseyeCoverage on
   126 #pragma BullseyeCoverage on
   125 
   127 
   126 EXPORT_C void CLogBase::LoadResourcesL(RFs& aFs)
   128 EXPORT_C void CLogBase::LoadResourcesL(RFs& aFs)
   127 	{
   129 	{
   128 	// Find the resource file
   130 	// Find the resource file
   139 	// Creating resource file member with 0 offset and 0 section size
   141 	// Creating resource file member with 0 offset and 0 section size
   140 	iResourceFile = CResourceFile::NewL(aFs, fileName, 0, 0);  
   142 	iResourceFile = CResourceFile::NewL(aFs, fileName, 0, 0);  
   141 	}
   143 	}
   142 
   144 
   143 #pragma BullseyeCoverage off
   145 #pragma BullseyeCoverage off
       
   146 #pragma CTC SKIP
   144 
   147 
   145 EXPORT_C void CLogBase::CLogBase_Reserved1()
   148 EXPORT_C void CLogBase::CLogBase_Reserved1()
   146 	{
   149 	{
   147 	}
   150 	}
   148 
   151 
       
   152 #pragma CTC ENDSKIP
   149 #pragma BullseyeCoverage on
   153 #pragma BullseyeCoverage on