comparison OrthancServer/ServerIndex.h @ 1238:6c07108ff1e2

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Dec 2014 16:14:57 +0100
parents 0f3716b88af7
children 32fcc5dc7562
comparison
equal deleted inserted replaced
1237:0f3716b88af7 1238:6c07108ff1e2
101 /* out */ unsigned int& countSeries, 101 /* out */ unsigned int& countSeries,
102 /* out */ unsigned int& countInstances, 102 /* out */ unsigned int& countInstances,
103 /* in */ int64_t id, 103 /* in */ int64_t id,
104 /* in */ ResourceType type); 104 /* in */ ResourceType type);
105 105
106 bool GetMetadataAsInteger(int& result, 106 bool GetMetadataAsInteger(int64_t& result,
107 int64_t id, 107 int64_t id,
108 MetadataType type); 108 MetadataType type);
109 109
110 void LogChange(int64_t internalId, 110 void LogChange(int64_t internalId,
111 ChangeType changeType, 111 ChangeType changeType,