]> Creatis software - gdcm.git/commitdiff
ENH: update for the gdcmDebug changes
authormalaterre <malaterre>
Fri, 7 Jan 2005 16:29:02 +0000 (16:29 +0000)
committermalaterre <malaterre>
Fri, 7 Jan 2005 16:29:02 +0000 (16:29 +0000)
ChangeLog

index adcf26a2f45975406a41f13037a0256c4ba41cf4..a9ec6eff796f603680863206ca54181b02058edb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-07 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
+   * Change the gdcmDebug approach. Remov the global static debug 'dbg'. 
+     And now use a static function call instead, with a global variable. i
+     This is much closer to the VTK approach. Hopefully should be bulletproof 
+     and easier to use...hopefully
+
 2005-01-06 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
    * Adding GetMACAddres very alpha for now. This is tricky to be cross plateform.