diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-07 22:33:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-07 22:33:37 +0000 |
| commit | 87da92b45a9a0cf4ce809ea580a78c4dd5d96021 (patch) | |
| tree | 4aeb53945102dbbd373b522917b6878478f5d206 /src/lib/image_proxy.h | |
| parent | 9980c40a47abe24f8dd3cb16e14ad4a3254a8465 (diff) | |
Remove log from ImageProxy hierarchy.
Diffstat (limited to 'src/lib/image_proxy.h')
| -rw-r--r-- | src/lib/image_proxy.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h index 7ff28e174..79b2bf4e8 100644 --- a/src/lib/image_proxy.h +++ b/src/lib/image_proxy.h @@ -31,7 +31,6 @@ class Image; class Socket; -class Log; namespace cxml { class Node; @@ -56,7 +55,6 @@ namespace dcp { class ImageProxy : public boost::noncopyable { public: - ImageProxy (boost::shared_ptr<Log> log); virtual ~ImageProxy () {} /** @return Image (which must be aligned) */ @@ -67,11 +65,8 @@ public: virtual bool same (boost::shared_ptr<const ImageProxy>) const { return false; } - -protected: - boost::shared_ptr<Log> _log; }; -boost::shared_ptr<ImageProxy> image_proxy_factory (boost::shared_ptr<cxml::Node> xml, boost::shared_ptr<Socket> socket, boost::shared_ptr<Log> log); +boost::shared_ptr<ImageProxy> image_proxy_factory (boost::shared_ptr<cxml::Node> xml, boost::shared_ptr<Socket> socket); #endif |
