persistentstorage/dbms/ustor/US_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".
   533 	alter->OpenL((CDbStoreTable*)TableL(def),aNewSet);
   533 	alter->OpenL((CDbStoreTable*)TableL(def),aNewSet);
   534 	CleanupStack::Pop();
   534 	CleanupStack::Pop();
   535 	return alter;
   535 	return alter;
   536 	}
   536 	}
   537 
   537 
       
   538 #pragma BullseyeCoverage off
       
   539 #pragma CTC SKIP
       
   540 
   538 EXPORT_C void CDbStoreDatabase::Reserved_1()
   541 EXPORT_C void CDbStoreDatabase::Reserved_1()
   539 	{
   542 	{
   540 	}
   543 	}
   541 
   544 
   542 EXPORT_C void CDbStoreDatabase::Reserved_2()
   545 EXPORT_C void CDbStoreDatabase::Reserved_2()
   543 	{
   546 	{
   544 	}
   547 	}
   545 
   548 
       
   549 #pragma CTC ENDSKIP
       
   550 #pragma BullseyeCoverage on