persistentstorage/sql/SRC/Client/SqlResourceProfiler.cpp
changeset 55 44f437012c90
parent 31 ba1c4f4a893f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
    17 #include "SqlAssert.h"
    17 #include "SqlAssert.h"
    18 #include "SqlDatabaseImpl.h"
    18 #include "SqlDatabaseImpl.h"
    19 
    19 
    20 
    20 
    21 #pragma BullseyeCoverage off
    21 #pragma BullseyeCoverage off
       
    22 #pragma CTC SKIP
    22 
    23 
    23 /**
    24 /**
    24 Initializes TSqlResourceProfiler data members with their default values.
    25 Initializes TSqlResourceProfiler data members with their default values.
    25 
    26 
    26 @param aDatabase The RSqlDatabase object that will be profiled.
    27 @param aDatabase The RSqlDatabase object that will be profiled.
   155 	return KErrNotSupported;
   156 	return KErrNotSupported;
   156 	}
   157 	}
   157 
   158 
   158 #endif//_SQLPROFILER
   159 #endif//_SQLPROFILER
   159 
   160 
       
   161 #pragma CTC ENDSKIP
   160 #pragma BullseyeCoverage on
   162 #pragma BullseyeCoverage on