sl@0: #ifndef __US_STD_H__ sl@0: #define __US_STD_H__/* sl@0: * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: @internalComponent sl@0: */ sl@0: enum TStreamPanic sl@0: { sl@0: EStreamNotOpen, sl@0: EStreamReadLengthNegative, sl@0: EStreamReadBeyondEnd, sl@0: EStreamReadNoTransfer, sl@0: EStreamReadInBreach, sl@0: EStreamWriteLengthNegative, sl@0: EStreamWriteBeyondEnd, sl@0: EStreamWriteNoTransfer, sl@0: EStreamWriteInBreach, sl@0: EStreamDoesNotUnderstand, sl@0: EStreamCannotRead, sl@0: EStreamCannotWrite, sl@0: EStreamCannotSeek, sl@0: EStreamTransferNegative, sl@0: EStreamPosInvalid, sl@0: EStreamMarkInvalid, sl@0: EStreamLocationInvalid, sl@0: EStreamAreaInvalid, sl@0: EStreamModeInvalid, sl@0: EStreamUnderflowInBreach, sl@0: EStreamOverflowInBreach, sl@0: EStreamFilterInBreach, sl@0: EStreamPushLengthNegative, sl@0: EStreamPushNoTransfer, sl@0: EStreamPushInBreach, sl@0: EStreamPullLengthNegative, sl@0: EStreamPullNoTransfer, sl@0: EStreamPullInBreach, sl@0: EStreamCardinalityOutOfRange, sl@0: EStreamOffsetNegative, sl@0: EStreamExtentNegative, sl@0: EStreamTypeInvalid, sl@0: EStreamCommitted sl@0: }; sl@0: sl@0: sl@0: #endif