other-licenses/7zstub/src/7zip/Archive/7z/7zProperties.h

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 // 7zProperties.h
     3 #ifndef __7Z_PROPERTIES_H
     4 #define __7Z_PROPERTIES_H
     6 #include "../../PropID.h"
     8 namespace NArchive {
     9 namespace N7z {
    11 enum // PropID
    12 {
    13   kpidPackedSize0 = kpidUserDefined,
    14   kpidPackedSize1, 
    15   kpidPackedSize2,
    16   kpidPackedSize3,
    17   kpidPackedSize4,
    18 };
    20 }}
    22 #endif

mercurial