Mercurial > hg > orthanc
comparison OrthancServer/Sources/ServerToolbox.h @ 5244:72dfa0ac84eb db-protobuf
lookup for labels in orthanc explorer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Apr 2023 16:55:55 +0200 |
parents | 0ea402b4d901 |
children | 48b8dae6dc77 |
comparison
equal
deleted
inserted
replaced
5243:f00811d14348 | 5244:72dfa0ac84eb |
---|---|
54 std::string NormalizeIdentifier(const std::string& value); | 54 std::string NormalizeIdentifier(const std::string& value); |
55 | 55 |
56 void ReconstructResource(ServerContext& context, | 56 void ReconstructResource(ServerContext& context, |
57 const std::string& resource, | 57 const std::string& resource, |
58 bool reconstructFiles); | 58 bool reconstructFiles); |
59 | |
60 bool IsValidLabel(const std::string& label); | |
61 | |
62 void CheckValidLabel(const std::string& label); | |
59 } | 63 } |
60 } | 64 } |