persistentstorage/sql/SRC/Client/SqlResourceProfiler.cpp
branchRCL_3
changeset 11 211563e4b919
parent 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
10:31a8f755b7fe 11:211563e4b919
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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 "SqlResourceProfiler.h"
    16 #include "SqlResourceProfiler.h"
    17 #include "SqlPanic.h"
    17 #include "SqlPanic.h"
    18 #include "SqlDatabaseImpl.h"
    18 #include "SqlDatabaseImpl.h"
    19 
    19 
       
    20 
       
    21 #pragma BullseyeCoverage off
    20 
    22 
    21 /**
    23 /**
    22 Initializes TSqlResourceProfiler data members with their default values.
    24 Initializes TSqlResourceProfiler data members with their default values.
    23 
    25 
    24 @param aDatabase The RSqlDatabase object that will be profiled.
    26 @param aDatabase The RSqlDatabase object that will be profiled.
   152 		}
   154 		}
   153 	return KErrNotSupported;
   155 	return KErrNotSupported;
   154 	}
   156 	}
   155 
   157 
   156 #endif//_SQLPROFILER
   158 #endif//_SQLPROFILER
       
   159 
       
   160 #pragma BullseyeCoverage on