diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index bcfbef7e3..321252c02 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -36,6 +36,12 @@ namespace cxml { class Job; class Film; +class ContentProperty +{ +public: + static int const START; +}; + class Content : public boost::enable_shared_from_this<Content> { public: @@ -61,6 +67,8 @@ public: return _digest; } + void set_start (Time); + Time start () const { boost::mutex::scoped_lock lm (_mutex); return _start; |
