summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-19 00:32:53 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-19 00:32:53 +0100
commit1f284533185a798c0ed36669bd6c9729adf6ec5a (patch)
tree94dd3de07e0670f1bf1eed0de94ada1033ceb7f6 /src/reel.h
parent37631b4d5e07eddbf052c1cff315d6a98b3bcb73 (diff)
Rename encrypted() to any_encrypted() and add all_encrypted().
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reel.h b/src/reel.h
index 083ecd0e..14d599ea 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -114,7 +114,8 @@ public:
xmlpp::Element* write_to_cpl (xmlpp::Element* node, Standard standard) const;
- bool encrypted () const;
+ bool any_encrypted () const;
+ bool all_encrypted () const;
bool equals (std::shared_ptr<const Reel> other, EqualityOptions opt, NoteHandler notes) const;