]> git.decadent.org.uk Git - videolink.git/blobdiff - temp_file.hpp
Brought documentation up to date.
[videolink.git] / temp_file.hpp
index 7402fe90df6044f17b8160a1aff9dbdd45caf526..1ead61afb9f3831ae3b7a12c7d29889fcfb19bc6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2005 Ben Hutchings <ben@decadentplace.org.uk>.
+// Copyright 2005-6 Ben Hutchings <ben@decadent.org.uk>.
 // See the file "COPYING" for licence details.
 
 #ifndef INC_TEMP_FILE_HPP
@@ -17,9 +17,13 @@ public:
     int get_fd() const { return fd_; }
     const std::string & get_name() const { return name_; }
 
+    static void keep_all(bool keep);
+
 private:
     int fd_;
     std::string name_;
+
+    static bool keep_;
 };
 
 #endif // !INC_TEMP_FILE_HPP