summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-08-11 09:14:02 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-08-11 09:14:02 +0200
commit180691bee7484f25d9879a77f577537ae1d98907 (patch)
tree845c06c2fdf0215902b7b08cf8c91dcdbad6c20d /apt-pkg/contrib/fileutl.h
parent5368af78fb6c996c8ee24e5cf8f645cf00259ead (diff)
parent22041bd2864b8d0b401b45dde9eda4003a11fec4 (diff)
merged from the debian-experimental-ma branch
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r--apt-pkg/contrib/fileutl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h
index 62705478d..cb4655798 100644
--- a/apt-pkg/contrib/fileutl.h
+++ b/apt-pkg/contrib/fileutl.h
@@ -46,7 +46,8 @@ class FileFd
gzFile gz;
public:
- enum OpenMode {ReadOnly,WriteEmpty,WriteExists,WriteAny,WriteTemp,ReadOnlyGzip};
+ enum OpenMode {ReadOnly,WriteEmpty,WriteExists,WriteAny,WriteTemp,ReadOnlyGzip,
+ WriteAtomic};
inline bool Read(void *To,unsigned long Size,bool AllowEof)
{