1 // CabHandler.h 2 3 #ifndef ZIP7_INC_CAB_HANDLER_H 4 #define ZIP7_INC_CAB_HANDLER_H 5 6 #include "../../../Common/MyCom.h" 7 8 #include "../IArchive.h" 9 10 #include "CabIn.h" 11 12 namespace NArchive { 13 namespace NCab { 14 15 Z7_CLASS_IMP_CHandler_IInArchive_0 16 17 CMvDatabaseEx m_Database; 18 UString _errorMessage; 19 bool _isArc; 20 bool _errorInHeaders; 21 bool _unexpectedEnd; 22 // int _mainVolIndex; 23 UInt32 _phySize; 24 UInt64 _offset; 25 }; 26 27 }} 28 29 #endif 30