~ubuntu-branches/ubuntu/precise/p7zip/precise-updates

« back to all changes in this revision

Viewing changes to CPP/7zip/Archive/Cab/CabHeader.h

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2009-02-14 20:12:27 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090214201227-go63qxm9ozfdma60
Tags: 4.65~dfsg.1-1
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
  intended to be built).
* Use dh_clean without -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
namespace NArchive {
9
9
namespace NCab {
10
 
namespace NHeader{
11
 
 
12
 
namespace NArchive 
 
10
namespace NHeader {
 
11
 
 
12
const unsigned kMarkerSize = 8;
 
13
extern Byte kMarker[kMarkerSize];
 
14
 
 
15
namespace NArchive
13
16
{
14
 
  extern UInt32 kSignature;
15
17
  namespace NFlags
16
18
  {
17
19
    const int kPrevCabinet = 0x0001;