comparison OrthancServer/ServerIndex.h @ 1299:4ce47e8ed0d2

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Feb 2015 15:13:05 +0100
parents 501432928727
children 382439943749
comparison
equal deleted inserted replaced
1298:cf9779324cbf 1299:4ce47e8ed0d2
115 uint64_t IncrementGlobalSequenceInternal(GlobalProperty property); 115 uint64_t IncrementGlobalSequenceInternal(GlobalProperty property);
116 116
117 void SetMainDicomTags(int64_t resource, 117 void SetMainDicomTags(int64_t resource,
118 const DicomMap& tags); 118 const DicomMap& tags);
119 119
120 int64_t CreateResource(const std::string& publicId,
121 ResourceType type);
122
120 public: 123 public:
121 ServerIndex(ServerContext& context, 124 ServerIndex(ServerContext& context,
122 IDatabaseWrapper& database); 125 IDatabaseWrapper& database);
123 126
124 ~ServerIndex(); 127 ~ServerIndex();