comparison OrthancServer/DatabaseWrapper.cpp @ 660:f0232774b913

fix warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2013 15:07:58 +0100
parents dbecea588ef5
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
659:443cced10836 660:f0232774b913
83 bool hasRemainingAncestor_; 83 bool hasRemainingAncestor_;
84 std::string remainingPublicId_; 84 std::string remainingPublicId_;
85 ResourceType remainingType_; 85 ResourceType remainingType_;
86 86
87 public: 87 public:
88 SignalRemainingAncestor() :
89 hasRemainingAncestor_(false)
90 {
91 }
92
88 void Reset() 93 void Reset()
89 { 94 {
90 hasRemainingAncestor_ = false; 95 hasRemainingAncestor_ = false;
91 } 96 }
92 97