]> Creatis software - gdcm.git/commitdiff
* gdcmPython/gdcm.i : bug fix when compiling with MSCV
authorregrain <regrain>
Wed, 12 Jan 2005 13:21:49 +0000 (13:21 +0000)
committerregrain <regrain>
Wed, 12 Jan 2005 13:21:49 +0000 (13:21 +0000)
   -- BeNours

ChangeLog
gdcmPython/gdcm.i

index b2f6f6e74bde72e7c318ad260417ad82f76b75ce..86e8643a98dbbdea4aa8696890b42beb8588da28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2005-01-11 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+   * gdcmPython/gdcm.i : bug fix when compiling with MSCV
+
 2005-01-11 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
    * Untangle TransferSynatx from gdcm::Document. Now Document only manipulate
      a string and should ask the global TS dict what are the propreties of 
         * Replace the french 'Transfert Syntax' by the english 'Transfer Syntax'
 
 2005-01-10 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
-   * Hopefully fix the bug on MacOSX and static global initialization. 
-   This is the only -minor- patch I found that both please MacOSX and VS6. 
-   Other patch would be to declare a const std::string & GDCM_UNFOUND() instead, 
-   but this would require a lot of change. Another approach would be that Global 
-   create those string and GDCM_UNFOUND becomes a pointer to a string (which 
+   * Hopefully fix the bug on MacOSX and static global initialization.
+   This is the only -minor- patch I found that both please MacOSX and VS6.
+   Other patch would be to declare a const std::string & GDCM_UNFOUND() instead,
+   but this would require a lot of change. Another approach would be that Global
+   create those string and GDCM_UNFOUND becomes a pointer to a string (which
    gdcm::Global would destroy at exit).
 
 2005-01-08 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
index 2678d19f159ae31e03271fa10282f512dfb5fef9..3daa580d0fdab3a56e139cf71b0044651b4a039c 100644 (file)
@@ -271,6 +271,12 @@ using namespace gdcm;
 %ignore gdcm::Header::Header();
 %ignore gdcm::DicomDir::DicomDir();
 
+%ignore GDCM_UNKNOWN;
+%ignore GDCM_UNFOUND;
+%ignore GDCM_BINLOADED;
+%ignore GDCM_NOTLOADED;
+%ignore GDCM_UNREAD;
+
 ////////////////////////////////////////////////////////////////////////////
 // Warning: Order matters !
 %include "gdcmCommon.h"