X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmUtil.h;h=6893f4d231cc7a121eade443f7d7c83538ee925e;hb=8d10ccb6794a0f22234983990e2181a24625fbd8;hp=bf8970157e28d472376924b80cf2adf3d5515d03;hpb=a0091d68a2eaa1a0c128f962030bb6c45cc0c366;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index bf897015..6893f4d2 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.h,v $ Language: C++ - Date: $Date: 2004/11/16 02:54:35 $ - Version: $Revision: 1.44 $ + Date: $Date: 2004/11/16 05:03:35 $ + Version: $Revision: 1.45 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -54,7 +54,7 @@ public: static std::string DicomString(const char* s, size_t l); static std::string DicomString(const char* s); static bool DicomStringEqual(const std::string& s1, const char *s2); - static std::string CreateUniqueUID(const std::string& root); + static std::string CreateUniqueUID(const std::string& root = ""); private: static std::string GetIPAddress(); //Do not expose this method