loggingservices/eventlogger/LogWrap/src/LOGWRAP.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".
    48 	{
    48 	{
    49 	iBase = CLogClient::NewL(aFs, aPriority);
    49 	iBase = CLogClient::NewL(aFs, aPriority);
    50 	}
    50 	}
    51 #else
    51 #else
    52 #pragma BullseyeCoverage off
    52 #pragma BullseyeCoverage off
       
    53 #pragma CTC SKIP
    53 void CLogWrapper::ConstructL(RFs&, TInt aPriority)
    54 void CLogWrapper::ConstructL(RFs&, TInt aPriority)
    54 	{
    55 	{
    55 	iBase = new(ELeave)CLogBase(aPriority);
    56 	iBase = new(ELeave)CLogBase(aPriority);
    56 	}
    57 	}
       
    58 #pragma CTC ENDSKIP
    57 #pragma BullseyeCoverage on
    59 #pragma BullseyeCoverage on
    58 #endif
    60 #endif
    59 
    61 
    60 EXPORT_C TBool CLogWrapper::ClientAvailable() const
    62 EXPORT_C TBool CLogWrapper::ClientAvailable() const
    61 /** Determines whether the Log Engine is installed.
    63 /** Determines whether the Log Engine is installed.