persistentstorage/store/USTRM/US_BUF.CPP
changeset 55 44f437012c90
parent 51 7d4490026038
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
   225 EXPORT_C void MStreamBuf::DoSynchL()
   225 EXPORT_C void MStreamBuf::DoSynchL()
   226 	{
   226 	{
   227 	}
   227 	}
   228 
   228 
   229 #pragma BullseyeCoverage off
   229 #pragma BullseyeCoverage off
       
   230 #pragma CTC SKIP
   230 
   231 
   231 //
   232 //
   232 // Cannot read from this stream buffer.
   233 // Cannot read from this stream buffer.
   233 //
   234 //
   234 EXPORT_C TInt MStreamBuf::DoReadL(TAny*,TInt)
   235 EXPORT_C TInt MStreamBuf::DoReadL(TAny*,TInt)
   253 	Panic(EStreamCannotSeek);
   254 	Panic(EStreamCannotSeek);
   254 	TStreamPos streamPos(-1);
   255 	TStreamPos streamPos(-1);
   255 	return streamPos;
   256 	return streamPos;
   256 	}
   257 	}
   257 
   258 
       
   259 #pragma CTC ENDSKIP
   258 #pragma BullseyeCoverage on
   260 #pragma BullseyeCoverage on
   259 
   261 
   260 /** Reads data from the stream buffer into the specified descriptor.
   262 /** Reads data from the stream buffer into the specified descriptor.
   261 
   263 
   262 This function is called by ReadL(TDes8&,TInt,TRequestStatus&).
   264 This function is called by ReadL(TDes8&,TInt,TRequestStatus&).