summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 16:51:07 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 16:51:07 +0100
commit38fda7888663429d452b9c71902e8bb5239dd720 (patch)
tree93d05ef9dc1e3d04d198452393dd626717f6346c /src/lib/content.h
parent89ea093ab1ed7a526b9332922c674d9eca42d7f2 (diff)
Remove some dcp prefixes; better logging of content on DCP creation.
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 26e115354..33af0a624 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -52,6 +52,7 @@ public:
virtual void examine (boost::shared_ptr<Job>);
virtual std::string summary () const = 0;
+ virtual std::string technical_summary () const;
virtual std::string information () const = 0;
virtual void as_xml (xmlpp::Node *) const;
virtual Time length () const = 0;