comparison OrthancServer/DicomInstanceToStore.h @ 1303:bba8a47922d1

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Feb 2015 16:47:24 +0100
parents 6e7e5ed91c2d
children 904096e7367e
comparison
equal deleted inserted replaced
1302:5fe254fb1c93 1303:bba8a47922d1
58 content_ = NULL; 58 content_ = NULL;
59 } 59 }
60 } 60 }
61 61
62 public: 62 public:
63 SmartContainer() : content_(NULL), toDelete_(false) 63 SmartContainer() : content_(NULL), toDelete_(false), isReadOnly_(true)
64 { 64 {
65 } 65 }
66 66
67 ~SmartContainer() 67 ~SmartContainer()
68 { 68 {