comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp @ 5526:9a431368801b

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Jan 2024 10:40:10 +0100
parents d82cc7c9720a
children 28cc06e4859a 12d8a1a266e9 c1ed59a5bdc2
comparison
equal deleted inserted replaced
5524:e998ca3e20be 5526:9a431368801b
762 } 762 }
763 } 763 }
764 764
765 765
766 public: 766 public:
767 Operations(bool hasLabelsSupport) : 767 explicit Operations(bool hasLabelsSupport) :
768 hasLabelsSupport_(hasLabelsSupport) 768 hasLabelsSupport_(hasLabelsSupport)
769 { 769 {
770 } 770 }
771 771
772 virtual void ApplyTuple(ReadOnlyTransaction& transaction, 772 virtual void ApplyTuple(ReadOnlyTransaction& transaction,