]> Creatis software - gdcm.git/commit - src/gdcmException.cxx
* src/*.[h] all occurences of stl classes are now prefixed with
authorregrain <regrain>
Wed, 21 May 2003 16:26:26 +0000 (16:26 +0000)
committerregrain <regrain>
Wed, 21 May 2003 16:26:26 +0000 (16:26 +0000)
commit3e78befc911eac2ecc70747854911d1f803797b5
tree5e59595053214e7d552986cd67cb87eb57ad7ae5
parentb7b83b2957a5f7272d08db9df5b6f7d4f5817f61
  * src/*.[h] all occurences of stl classes are now prefixed with
        std::, and all occurences of "using namespace std;" where removed.
        This is to avoid pollution of global namespace in included files.
        Apparently vtk does not avoid this pitfall: when using both
        gdcm and vtk (as in vtk/vtkGdcmReader.cxx) this ended up in a
        collision of various stl members (principally cout...).
      * gdcmPython/gdcm.i now declares a typemap for std::string (to
         comply with above changes)
      -- Frog & BeNours
25 files changed:
gdcm.dsw
gdcmPython/gdcm.i
gdcmPython/win32/_vtkGdcm.dsp [new file with mode: 0644]
gdcmPython/win32/gdcmpyembedded.dsp
gdcmPython/win32/init.h [new file with mode: 0644]
src/gdcmDict.cxx
src/gdcmDict.h
src/gdcmDictEntry.cxx
src/gdcmDictSet.cxx
src/gdcmDictSet.h
src/gdcmElValSet.cxx
src/gdcmElValSet.h
src/gdcmException.cxx
src/gdcmException.h
src/gdcmFile.cxx
src/gdcmHeader.cxx
src/gdcmHeader.h
src/gdcmHeaderIdo.cxx
src/gdcmUtil.cxx
src/gdcmUtil.h
src/win32/gdcmdll.dsp [moved from src/win32/gdcmdll/gdcmdll.dsp with 83% similarity]
vtk/testvtkGdcmReader.cxx
vtk/vtkGdcmReader.cxx
vtk/win32/vtkGdcmTest.dsp [new file with mode: 0644]
vtk/win32/vtkgdcm.dsp [new file with mode: 0644]