]> 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 03:35:19 +0000 (03:35 +0000)
committermalaterre <malaterre>
Mon, 25 Oct 2004 03:35:19 +0000 (03:35 +0000)
commit8a3dd7efbcb545e7ed308eb7334b1e6dbbf40923
tree4c4372c65494066b0ab4ab56f072b2d866087fc9
parente9fee33d4fe77ece33a62f08f30d7b144af0a45b
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 (2)
12 files changed:
src/gdcmDicomDirImage.cxx
src/gdcmDicomDirImage.h
src/gdcmDicomDirMeta.cxx
src/gdcmDicomDirObject.cxx
src/gdcmDicomDirObject.h
src/gdcmDicomDirPatient.cxx
src/gdcmDicomDirSerie.cxx
src/gdcmDicomDirStudy.cxx
src/gdcmDocEntrySet.h
src/gdcmDocument.cxx
src/gdcmSQItem.cxx
src/gdcmSQItem.h