comparison Plugins/Engine/OrthancPluginDatabase.h @ 1314:01be1432bda9

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Feb 2015 12:33:07 +0100
parents 8f4487d8f79e
children 97268448bdfc
comparison
equal deleted inserted replaced
1313:28582ec2a68c 1314:01be1432bda9
75 75
76 bool ForwardSingleAnswer(int64_t& target); 76 bool ForwardSingleAnswer(int64_t& target);
77 77
78 public: 78 public:
79 OrthancPluginDatabase(const OrthancPluginDatabaseBackend& backend, 79 OrthancPluginDatabase(const OrthancPluginDatabaseBackend& backend,
80 void *payload) : 80 void *payload);
81 type_(_OrthancPluginDatabaseAnswerType_None),
82 backend_(backend),
83 payload_(payload),
84 listener_(NULL)
85 {
86 }
87 81
88 virtual void AddAttachment(int64_t id, 82 virtual void AddAttachment(int64_t id,
89 const FileInfo& attachment); 83 const FileInfo& attachment);
90 84
91 virtual void AttachChild(int64_t parent, 85 virtual void AttachChild(int64_t parent,