diff -r 675a964f4eb5 -r 35751d3474b7 securityanddataprivacytools/securitytools/certapp/store--/s32buf.cpp --- a/securityanddataprivacytools/securitytools/certapp/store--/s32buf.cpp Tue Jul 21 01:04:32 2009 +0100 +++ b/securityanddataprivacytools/securitytools/certapp/store--/s32buf.cpp Thu Sep 10 14:01:51 2009 +0300 @@ -1,102 +1,102 @@ -#include -#include "logger.h"/* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of the License "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* -*/ - - -void MStreamBuf::Close() -{ - Release(); -} - -void MStreamBuf::DoRelease() -{ -} - -void MStreamBuf::Release() -{ - DoRelease(); -} - -void MStreamBuf::SynchL() -{ -} - - -TInt MStreamBuf::ReadL(TAny *aPtr,TInt aMaxLength) -{ - return DoReadL(aPtr, aMaxLength); -} - -void MStreamBuf::WriteL(const TUint8* aPtr,TInt aLength) -{ - DoWriteL(aPtr, aLength); -} - -void MStreamBuf::SeekL(TMark aMark,TStreamPos aPos) -{ - DoSeekL(aMark,EStreamBeginning,aPos); -} - -TStreamPos MStreamBuf::SeekL(TMark aMark,TStreamLocation aLocation,TInt anOffset) -{ - return DoSeekL(aMark,aLocation,anOffset); -} - -TStreamPos MStreamBuf::SeekL(TRead,TStreamLocation aLocation,TInt anOffset) -{ - return DoSeekL(ERead,aLocation,anOffset); -} - -TStreamPos MStreamBuf::SeekL(TWrite,TStreamLocation aLocation,TInt anOffset) -{ - return DoSeekL(EWrite,aLocation,anOffset); -} - -TStreamPos MStreamBuf::SeekL(TRead,TInt anOffset) -{ - return DoSeekL(ERead,EStreamMark,anOffset); -} - -TStreamPos MStreamBuf::SeekL(TWrite,TInt anOffset) -{ - return DoSeekL(EWrite,EStreamMark,anOffset); -} - -TStreamPos MStreamBuf::TellL(TRead) const -{ - return const_cast(this)->DoSeekL(ERead,EStreamMark,0); -} - -TStreamPos MStreamBuf::TellL(TWrite) const -{ - return const_cast(this)->DoSeekL(EWrite,EStreamMark,0); -} - - - - -TStreamPos MStreamBuf::DoSeekL(TMark,TStreamLocation,TInt) -{ - dbg << Log::Indent() << "MStreamBuf::DoSeekL not supported" << Log::Endl(); - FatalError(); - return -1; -} - - - - -// End of file +#include +#include "logger.h"/* +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + + +void MStreamBuf::Close() +{ + Release(); +} + +void MStreamBuf::DoRelease() +{ +} + +void MStreamBuf::Release() +{ + DoRelease(); +} + +void MStreamBuf::SynchL() +{ +} + + +TInt MStreamBuf::ReadL(TAny *aPtr,TInt aMaxLength) +{ + return DoReadL(aPtr, aMaxLength); +} + +void MStreamBuf::WriteL(const TUint8* aPtr,TInt aLength) +{ + DoWriteL(aPtr, aLength); +} + +void MStreamBuf::SeekL(TMark aMark,TStreamPos aPos) +{ + DoSeekL(aMark,EStreamBeginning,aPos); +} + +TStreamPos MStreamBuf::SeekL(TMark aMark,TStreamLocation aLocation,TInt anOffset) +{ + return DoSeekL(aMark,aLocation,anOffset); +} + +TStreamPos MStreamBuf::SeekL(TRead,TStreamLocation aLocation,TInt anOffset) +{ + return DoSeekL(ERead,aLocation,anOffset); +} + +TStreamPos MStreamBuf::SeekL(TWrite,TStreamLocation aLocation,TInt anOffset) +{ + return DoSeekL(EWrite,aLocation,anOffset); +} + +TStreamPos MStreamBuf::SeekL(TRead,TInt anOffset) +{ + return DoSeekL(ERead,EStreamMark,anOffset); +} + +TStreamPos MStreamBuf::SeekL(TWrite,TInt anOffset) +{ + return DoSeekL(EWrite,EStreamMark,anOffset); +} + +TStreamPos MStreamBuf::TellL(TRead) const +{ + return const_cast(this)->DoSeekL(ERead,EStreamMark,0); +} + +TStreamPos MStreamBuf::TellL(TWrite) const +{ + return const_cast(this)->DoSeekL(EWrite,EStreamMark,0); +} + + + + +TStreamPos MStreamBuf::DoSeekL(TMark,TStreamLocation,TInt) +{ + dbg << Log::Indent() << "MStreamBuf::DoSeekL not supported" << Log::Endl(); + FatalError(); + return -1; +} + + + + +// End of file