]> Creatis software - gdcm.git/commit
STYLE: ivars should start with a capital letter. Accessors should be const to avoid...
authormalaterre <malaterre>
Mon, 25 Oct 2004 04:08:19 +0000 (04:08 +0000)
committermalaterre <malaterre>
Mon, 25 Oct 2004 04:08:19 +0000 (04:08 +0000)
commit7b3410ee413b056e0e599a4800ea836c8b56152b
treec925dd129d84fee48deac86b59ec4a7349f724ad
parent8a3dd7efbcb545e7ed308eb7334b1e6dbbf40923
STYLE: ivars should start with a capital letter. Accessors should be const to avoid people starting modifying stuff (since this is a ref). remove virtual as style specify sub class shouldn't reuse the keyword (3)
12 files changed:
src/gdcmDicomDir.cxx
src/gdcmDicomDirElement.h
src/gdcmDicomDirObject.cxx
src/gdcmDicomDirPatient.cxx
src/gdcmDicomDirPatient.h
src/gdcmDicomDirSerie.cxx
src/gdcmDicomDirSerie.h
src/gdcmDicomDirStudy.cxx
src/gdcmDicomDirStudy.h
src/gdcmDocEntry.h
src/gdcmFile.h
src/gdcmPixelConvert.h