comparison OrthancServer/Sources/OrthancRestApi/OrthancRestChanges.cpp @ 5805:8a8756b2dd0b find-refactoring tip

cleanup
author Alain Mazy <am@orthanc.team>
date Mon, 23 Sep 2024 16:03:02 +0200
parents 25df40a274fd
children
comparison
equal deleted inserted replaced
5804:25df40a274fd 5805:8a8756b2dd0b
87 } 87 }
88 88
89 ServerContext& context = OrthancRestApi::GetContext(call); 89 ServerContext& context = OrthancRestApi::GetContext(call);
90 90
91 int64_t since, to; 91 int64_t since, to;
92 std::set<ChangeType> filterType; // = ChangeType_INTERNAL_All; 92 std::set<ChangeType> filterType;
93 93
94 unsigned int limit; 94 unsigned int limit;
95 bool last; 95 bool last;
96 GetSinceToAndLimit(since, to, limit, last, call); 96 GetSinceToAndLimit(since, to, limit, last, call);
97 97