Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Archive/Cab/CabIn.h')
-rw-r--r--CPP/7zip/Archive/Cab/CabIn.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/CPP/7zip/Archive/Cab/CabIn.h b/CPP/7zip/Archive/Cab/CabIn.h
index baeeb7b2..a1fc6bdc 100644
--- a/CPP/7zip/Archive/Cab/CabIn.h
+++ b/CPP/7zip/Archive/Cab/CabIn.h
@@ -25,6 +25,7 @@ struct COtherArc
}
};
+
struct CArchInfo
{
Byte VersionMinor; // cabinet file format version, minor
@@ -65,6 +66,7 @@ struct CArchInfo
}
};
+
struct CInArcInfo: public CArchInfo
{
UInt32 Size; // size of this cabinet file in bytes
@@ -105,17 +107,20 @@ struct CDatabase
}
};
+
struct CDatabaseEx: public CDatabase
{
CMyComPtr<IInStream> Stream;
};
+
struct CMvItem
{
unsigned VolumeIndex;
unsigned ItemIndex;
};
+
class CMvDatabaseEx
{
bool AreItemsEqual(unsigned i1, unsigned i2);