comparison OrthancServer/ServerIndex.h @ 1453:c0bdc47165ef

code to warn about possible threading problems
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 12:26:44 +0200
parents 0ac74fa21db8
children 0586ed8897f1
comparison
equal deleted inserted replaced
1452:b737acb13da5 1453:c0bdc47165ef
120 ServerIndex(ServerContext& context, 120 ServerIndex(ServerContext& context,
121 IDatabaseWrapper& database); 121 IDatabaseWrapper& database);
122 122
123 ~ServerIndex(); 123 ~ServerIndex();
124 124
125 void Stop();
126
125 uint64_t GetMaximumStorageSize() const 127 uint64_t GetMaximumStorageSize() const
126 { 128 {
127 return maximumStorageSize_; 129 return maximumStorageSize_;
128 } 130 }
129 131