os/security/securityanddataprivacytools/securitytools/certapp/store--/us_std.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 #ifndef __US_STD_H__
     2 #define __US_STD_H__/*
     3 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     4 * All rights reserved.
     5 * This component and the accompanying materials are made available
     6 * under the terms of the License "Eclipse Public License v1.0"
     7 * which accompanies this distribution, and is available
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 *
    10 * Initial Contributors:
    11 * Nokia Corporation - initial contribution.
    12 *
    13 * Contributors:
    14 *
    15 * Description: 
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22  @internalComponent
    23 */
    24 enum TStreamPanic
    25 	{
    26 	EStreamNotOpen,
    27 	EStreamReadLengthNegative,
    28 	EStreamReadBeyondEnd,
    29 	EStreamReadNoTransfer,
    30 	EStreamReadInBreach,
    31 	EStreamWriteLengthNegative,
    32 	EStreamWriteBeyondEnd,
    33 	EStreamWriteNoTransfer,
    34 	EStreamWriteInBreach,
    35 	EStreamDoesNotUnderstand,
    36 	EStreamCannotRead,
    37 	EStreamCannotWrite,
    38 	EStreamCannotSeek,
    39 	EStreamTransferNegative,
    40 	EStreamPosInvalid,
    41 	EStreamMarkInvalid,
    42 	EStreamLocationInvalid,
    43 	EStreamAreaInvalid,
    44 	EStreamModeInvalid,
    45 	EStreamUnderflowInBreach,
    46 	EStreamOverflowInBreach,
    47 	EStreamFilterInBreach,
    48 	EStreamPushLengthNegative,
    49 	EStreamPushNoTransfer,
    50 	EStreamPushInBreach,
    51 	EStreamPullLengthNegative,
    52 	EStreamPullNoTransfer,
    53 	EStreamPullInBreach,
    54 	EStreamCardinalityOutOfRange,
    55 	EStreamOffsetNegative,
    56 	EStreamExtentNegative,
    57 	EStreamTypeInvalid,
    58 	EStreamCommitted
    59 	};
    60 
    61 
    62 #endif