comparison OrthancServer/Sources/ServerIndex.h @ 4572:c12d4e5f469b db-changes

removed redundant ServerIndex::SignalNewResource()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Mar 2021 17:08:10 +0100
parents a3e6aa2b07b0
children f6bd5563b5df
comparison
equal deleted inserted replaced
4571:9224e107d613 4572:c12d4e5f469b
99 void LogChange(int64_t internalId, 99 void LogChange(int64_t internalId,
100 ChangeType changeType, 100 ChangeType changeType,
101 ResourceType resourceType, 101 ResourceType resourceType,
102 const std::string& publicId); 102 const std::string& publicId);
103 103
104 void SignalNewResource(ChangeType changeType,
105 ResourceType level,
106 const std::string& publicId,
107 int64_t internalId);
108
109 void NormalizeLookup(std::vector<DatabaseConstraint>& target, 104 void NormalizeLookup(std::vector<DatabaseConstraint>& target,
110 const DatabaseLookup& source, 105 const DatabaseLookup& source,
111 ResourceType level) const; 106 ResourceType level) const;
112 107
113 // A transaction must be running 108 // A transaction must be running