comparison Core/Uuid.h @ 402:d2c69150a979

bulk storescu
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Apr 2013 11:50:51 +0200
parents bdd72233b105
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
401:5962898fb7c8 402:d2c69150a979
49 { 49 {
50 std::string GenerateUuid(); 50 std::string GenerateUuid();
51 51
52 bool IsUuid(const std::string& str); 52 bool IsUuid(const std::string& str);
53 53
54 bool StartsWithUuid(const std::string& str);
55
54 class TemporaryFile 56 class TemporaryFile
55 { 57 {
56 private: 58 private:
57 std::string path_; 59 std::string path_;
58 60