summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-16 23:08:31 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-16 23:08:31 +0100
commit5072adc82cf6ae088bb6e08af8bbef2d0d49914c (patch)
tree48399cd467f0648a6e771ff26652e5e079ab0ab3 /src/lib/content.h
parentb07f8b2ea71d50d7da76f8929d47c56e3807c59f (diff)
Content trim and position in the digests used to decide whether or not a rebuild is necessary.
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index 3c57dddbe..9c7ad2fc2 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -58,6 +58,7 @@ public:
virtual std::string information () const = 0;
virtual void as_xml (xmlpp::Node *) const;
virtual Time full_length () const = 0;
+ virtual std::string identifier () const;
boost::shared_ptr<Content> clone () const;