loggingservices/eventlogger/LogServ/src/LogServPanic.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".
    31 	{
    31 	{
    32 	aMessage.Panic(KLogServ, aPanic);
    32 	aMessage.Panic(KLogServ, aPanic);
    33 	}
    33 	}
    34 
    34 
    35 #pragma BullseyeCoverage off
    35 #pragma BullseyeCoverage off
       
    36 #pragma CTC SKIP
    36 
    37 
    37 void Panic(TLogServPanic aPanic)
    38 void Panic(TLogServPanic aPanic)
    38 	{
    39 	{
    39 	User::Panic(KLogServ, aPanic);
    40 	User::Panic(KLogServ, aPanic);
    40 	}
    41 	}
    41 
    42 
       
    43 #pragma CTC ENDSKIP
    42 #pragma BullseyeCoverage on
    44 #pragma BullseyeCoverage on
    43 
    45 
    44 #ifdef LOGGING_ENABLED
    46 #ifdef LOGGING_ENABLED
    45 
    47 
    46 const TInt KLogEngLogBufferSize = 256;
    48 const TInt KLogEngLogBufferSize = 256;