]> 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:47:41 +0000 (04:47 +0000)
committermalaterre <malaterre>
Mon, 25 Oct 2004 04:47:41 +0000 (04:47 +0000)
commit2f27193f6cbd42d1143738e40563b4a4bd4a0c8a
tree0cf2cec71951a450798cfdf7faafbd1f5db75ce3
parent7b3410ee413b056e0e599a4800ea836c8b56152b
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 (4)
ChangeLog
Example/PrintDicomDir.cxx
Example/TestCopyDicom.cxx
Testing/TestCopyDicom.cxx
Testing/TestDicomDir.cxx
src/gdcmDicomDir.cxx
src/gdcmDicomDir.h
src/gdcmDocument.cxx
src/gdcmElementSet.h
src/gdcmUtil.cxx
src/gdcmUtil.h