X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=129b14b28e0ac797699abd5148d62c2d73a8cf4f;hb=f5a3357d5243ea55d994eda5ff406edbdbe5077c;hp=e4490b624db2866613ed47541471fb8629abd30a;hpb=327dfe7647e3720b0f3125f9b19397cb9afc0ed3;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index e4490b62..129b14b2 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.h,v $ Language: C++ - Date: $Date: 2005/01/06 20:03:28 $ - Version: $Revision: 1.48 $ + Date: $Date: 2005/01/21 16:06:21 $ + Version: $Revision: 1.50 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,7 +26,7 @@ namespace gdcm { /** - * \defgroup Globals Utility functions + * \ingroup Globals Utility functions * \brief Here are some utility functions, belonging to the Util class, * dealing with strings, file names... that can be called * from anywhere by whomsoever they can help. @@ -50,6 +50,9 @@ public: static std::string GetName(std::string const &fullName); static std::string GetCurrentDate(); static std::string GetCurrentTime(); + static std::string GetCurrentDateTime(); + static unsigned int GetCurrentThreadID(); + static unsigned int GetCurrentProcessID(); static std::string DicomString(const char *s, size_t l); static std::string DicomString(const char *s);