persistentstorage/store/ULIB/UL_UTL.CPP
changeset 51 7d4490026038
parent 0 08ec8eefde2f
child 55 44f437012c90
equal deleted inserted replaced
40:b8bdbc8f59c7 51:7d4490026038
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-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".
    15 
    15 
    16 #include "UL_STD.H"
    16 #include "UL_STD.H"
    17 
    17 
    18 
    18 
    19 #if defined (_DEBUG)
    19 #if defined (_DEBUG)
       
    20 
       
    21 #pragma BullseyeCoverage off
       
    22 
    20 //
    23 //
    21 // Leave to the current control region.
    24 // Leave to the current control region.
    22 //
    25 //
    23 void Util::__DbgLeave(TInt aReason,const TDesC8& /*aFileName*/,TInt /*aLineNo*/)
    26 void Util::__DbgLeave(TInt aReason,const TDesC8& /*aFileName*/,TInt /*aLineNo*/)
    24 	{
    27 	{
    58 		//coverity[naming_error]
    61 		//coverity[naming_error]
    59 		__DbgLeaveNoMemory(aFileName,aLineNo);
    62 		__DbgLeaveNoMemory(aFileName,aLineNo);
    60 		}
    63 		}
    61 	return aPtr;
    64 	return aPtr;
    62 	}
    65 	}
       
    66 
       
    67 #pragma BullseyeCoverage on
       
    68 
    63 #endif
    69 #endif
    64 
    70