diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-11 22:18:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-11 22:18:57 +0100 |
| commit | c658aec3ffd5009cbe7fa2540da5a0579e2f2e8c (patch) | |
| tree | b460bea7792310d4c89a15601fea04d9db83b52c /src/lib/cinema_kdms.h | |
| parent | 27bd2c44278ccf181b11ba961649a3e9b3ae03af (diff) | |
Add debug option to log SMTP session transcripts.
Diffstat (limited to 'src/lib/cinema_kdms.h')
| -rw-r--r-- | src/lib/cinema_kdms.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/cinema_kdms.h b/src/lib/cinema_kdms.h index 49f29cc42..4458869db 100644 --- a/src/lib/cinema_kdms.h +++ b/src/lib/cinema_kdms.h @@ -21,6 +21,7 @@ class Cinema; class Job; +class Log; class CinemaKDMs { @@ -35,7 +36,8 @@ public: std::list<CinemaKDMs> cinema_kdms, dcp::LocalTime from, dcp::LocalTime to, - boost::shared_ptr<Job> job + boost::shared_ptr<Job> job, + boost::shared_ptr<Log> log ); boost::shared_ptr<Cinema> cinema; |
