persistentstorage/sql/SRC/Client/SqlResourceTest.cpp
branchRCL_3
changeset 11 211563e4b919
parent 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
10:31a8f755b7fe 11:211563e4b919
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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".
    20 #include "SqlResourceTester.h"		//TSqlResourceTester
    20 #include "SqlResourceTester.h"		//TSqlResourceTester
    21 
    21 
    22 ///////////////////////////////////////////////////////////////////////////////////////////////////////
    22 ///////////////////////////////////////////////////////////////////////////////////////////////////////
    23 ////////////////////////             TSqlResourceTestData                 /////////////////////////////
    23 ////////////////////////             TSqlResourceTestData                 /////////////////////////////
    24 ///////////////////////////////////////////////////////////////////////////////////////////////////////
    24 ///////////////////////////////////////////////////////////////////////////////////////////////////////
       
    25 
       
    26 #pragma BullseyeCoverage off
    25 
    27 
    26 #ifdef _DEBUG
    28 #ifdef _DEBUG
    27 
    29 
    28 /**
    30 /**
    29 Ensures that TSqlResourceTestData singleton is created and returns a pointer to the object.
    31 Ensures that TSqlResourceTestData singleton is created and returns a pointer to the object.
   272 EXPORT_C void TSqlResourceTester::SetHeapFailure(TInt, TInt)
   274 EXPORT_C void TSqlResourceTester::SetHeapFailure(TInt, TInt)
   273 	{
   275 	{
   274 	}
   276 	}
   275 
   277 
   276 #endif//_DEBUG
   278 #endif//_DEBUG
       
   279 
       
   280 #pragma BullseyeCoverage on