epoc32/include/zipfilemember.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 
       
     2 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     2 // All rights reserved.
     4 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     5 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 // under the terms of "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     7 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     7 //
     9 // Initial Contributors:
     8 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    11 //
    10 //
    12 // Contributors:
    11 // Contributors:
    13 //
    12 //
    14 // Description:
    13 // Description:
    15 // $Revision: 1.1 $
       
    16 // 
       
    17 //
    14 //
       
    15 
    18 
    16 
    19 #ifndef _ZIP_FILE_MEMBER_H_
    17 #ifndef _ZIP_FILE_MEMBER_H_
    20 #define _ZIP_FILE_MEMBER_H_
    18 #define _ZIP_FILE_MEMBER_H_
    21 
    19 
    22 #include "localtypes.h"
    20 #include <localtypes.h>
    23 
    21 
    24 /**
    22 /**
    25 Class encapsulating the representation of a compressed file contained in a 
    23 Class encapsulating the representation of a compressed file contained in a 
    26 CZipFile archive file. 
    24 CZipFile archive file. 
    27 
    25 
    59 	
    57 	
    60 	TUint32	      iDataOffset;
    58 	TUint32	      iDataOffset;
    61 	};
    59 	};
    62 	
    60 	
    63 #endif /* !_ZIP_FILE_MEMBER_H_ */
    61 #endif /* !_ZIP_FILE_MEMBER_H_ */
       
    62