persistentstorage/dbms/udbms/UD_CURS.CPP
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     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".
  1193 CDbRowConstraint* CDbCursor::ConstraintL(const TDbQuery& aQuery)
  1193 CDbRowConstraint* CDbCursor::ConstraintL(const TDbQuery& aQuery)
  1194 	{
  1194 	{
  1195 	return AttachContext(this,OpenConstraintL(aQuery));
  1195 	return AttachContext(this,OpenConstraintL(aQuery));
  1196 	}
  1196 	}
  1197 
  1197 
       
  1198 #pragma BullseyeCoverage off
       
  1199 #pragma CTC SKIP
       
  1200 
  1198 //
  1201 //
  1199 // Reserved for future development
  1202 // Reserved for future development
  1200 //
  1203 //
  1201 EXPORT_C void CDbCursor::Reserved_1()
  1204 EXPORT_C void CDbCursor::Reserved_1()
  1202 	{
  1205 	{
  1206 // Reserved for future development
  1209 // Reserved for future development
  1207 //
  1210 //
  1208 EXPORT_C void CDbCursor::Reserved_2()
  1211 EXPORT_C void CDbCursor::Reserved_2()
  1209 	{
  1212 	{
  1210 	}
  1213 	}
       
  1214 
       
  1215 #pragma CTC ENDSKIP
       
  1216 #pragma BullseyeCoverage on