fax/faxclientandserver/faxio/FAXSTPAN.H
branchRCL_3
changeset 65 630d2f34d719
parent 61 17af172ffa5f
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19 */
       
    20 
       
    21 #if !defined(__FAXSTPAN_H__)
       
    22 #define __FAXSTPAN_H__
       
    23 #if !defined(__E32STD_H__)
       
    24 #include <e32std.h>
       
    25 #endif // __E32STD_H__
       
    26 
       
    27 /**
       
    28 @internalComponent
       
    29 */
       
    30 enum TFaxStorePanic
       
    31 	{
       
    32 	EFaxScanLineIndexOutOfRange,
       
    33 	EFaxBandIndexOutOfRange,
       
    34 	EFaxPageIndexOutOfRange,
       
    35 	EFaxDecodeScanlineAlignment,
       
    36 	EFaxEncodeScanlineAlignment,
       
    37 	EFaxUnsupportedCompression
       
    38 	};
       
    39 
       
    40 /**
       
    41 @publishedPartner
       
    42 */
       
    43 GLREF_C void Panic(TFaxStorePanic aPanic);
       
    44 
       
    45 #endif // __FAXSTPAN_H__