]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
ENH: Add two new methods: GetCurrentThreadID and ProcessID. This could be usefull...
[gdcm.git] / src / gdcmUtil.h
index e4490b624db2866613ed47541471fb8629abd30a..129b14b28e0ac797699abd5148d62c2d73a8cf4f 100644 (file)
@@ -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);