persistentstorage/store/USTOR/UT_STOR.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".
   164 //
   164 //
   165 	{
   165 	{
   166 	__LEAVE(KErrNotSupported);
   166 	__LEAVE(KErrNotSupported);
   167 	}
   167 	}
   168 
   168 
       
   169 #pragma BullseyeCoverage off
       
   170 #pragma CTC SKIP
       
   171 
   169 EXPORT_C MStreamBuf* CStreamStore::DoWriteL(TStreamId)
   172 EXPORT_C MStreamBuf* CStreamStore::DoWriteL(TStreamId)
   170 //
   173 //
   171 // Default implementation failing.
   174 // Default implementation failing.
   172 //
   175 //
   173 	{
   176 	{
   174 	__LEAVE(KErrNotSupported);
   177 	__LEAVE(KErrNotSupported);
   175 	return NULL;
   178 	return NULL;
   176 	}
   179 	}
       
   180 
       
   181 #pragma CTC ENDSKIP
       
   182 #pragma BullseyeCoverage on
   177 
   183 
   178 EXPORT_C MStreamBuf* CStreamStore::DoReplaceL(TStreamId)
   184 EXPORT_C MStreamBuf* CStreamStore::DoReplaceL(TStreamId)
   179 //
   185 //
   180 // Default implementation failing.
   186 // Default implementation failing.
   181 //
   187 //