persistentstorage/dbms/udbms/UD_DBS.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".
   556 CDbCursor* CDbDatabase::TableL(const TDesC &aName,RDbRowSet::TAccess anAccess)
   556 CDbCursor* CDbDatabase::TableL(const TDesC &aName,RDbRowSet::TAccess anAccess)
   557 	{
   557 	{
   558 	return AttachContext(this,OpenTableL(aName,anAccess));
   558 	return AttachContext(this,OpenTableL(aName,anAccess));
   559 	}
   559 	}
   560 
   560 
       
   561 #pragma BullseyeCoverage off
       
   562 #pragma CTC SKIP
       
   563 
   561 //
   564 //
   562 // Reserved for future development
   565 // Reserved for future development
   563 //
   566 //
   564 EXPORT_C void CDbDatabase::Reserved_1()
   567 EXPORT_C void CDbDatabase::Reserved_1()
   565 	{
   568 	{
   569 // Reserved for future development
   572 // Reserved for future development
   570 //
   573 //
   571 EXPORT_C void CDbDatabase::Reserved_2()
   574 EXPORT_C void CDbDatabase::Reserved_2()
   572 	{
   575 	{
   573 	}
   576 	}
       
   577 
       
   578 #pragma CTC ENDSKIP
       
   579 #pragma BullseyeCoverage on