comparison Framework/Viewport/WebGLViewportsRegistry.h @ 1308:adf234ecaa00 broker

Merge
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 04 Mar 2020 10:21:54 +0100
parents c38c89684d83
children ab81ee8fce1f
comparison
equal deleted inserted replaced
1307:8a28a9bf8876 1308:adf234ecaa00
63 63
64 class Accessor : public boost::noncopyable 64 class Accessor : public boost::noncopyable
65 { 65 {
66 private: 66 private:
67 WebGLViewportsRegistry& that_; 67 WebGLViewportsRegistry& that_;
68 std::auto_ptr<IViewport::ILock> lock_; 68 std::unique_ptr<IViewport::ILock> lock_;
69 69
70 public: 70 public:
71 Accessor(WebGLViewportsRegistry& that, 71 Accessor(WebGLViewportsRegistry& that,
72 const std::string& canvasId); 72 const std::string& canvasId);
73 73