persistentstorage/dbms/utable/UT_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".
   551 	Validate::ColSetL(aNewDef);
   551 	Validate::ColSetL(aNewDef);
   552 	Release(tDef);				// release the tables using the old schema
   552 	Release(tDef);				// release the tables using the old schema
   553 	return CAlterTable::NewL(Transaction(),tDef,aNewDef,aStep);
   553 	return CAlterTable::NewL(Transaction(),tDef,aNewDef,aStep);
   554 	}
   554 	}
   555 
   555 
       
   556 #pragma BullseyeCoverage off
       
   557 #pragma CTC SKIP
       
   558 
   556 //
   559 //
   557 // Reserved for future development
   560 // Reserved for future development
   558 //
   561 //
   559 EXPORT_C void CDbTableDatabase::Reserved_1()
   562 EXPORT_C void CDbTableDatabase::Reserved_1()
   560 	{
   563 	{
   564 // Reserved for future development
   567 // Reserved for future development
   565 //
   568 //
   566 EXPORT_C void CDbTableDatabase::Reserved_2()
   569 EXPORT_C void CDbTableDatabase::Reserved_2()
   567 	{
   570 	{
   568     }
   571     }
       
   572 
       
   573 #pragma CTC ENDSKIP
       
   574 #pragma BullseyeCoverage on