]> 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:03:44 +0000 (03:03 +0000)
committermalaterre <malaterre>
Mon, 25 Oct 2004 03:03:44 +0000 (03:03 +0000)
commite9fee33d4fe77ece33a62f08f30d7b144af0a45b
tree0d10d5d1cbe23f576a80fb75aa36499d6f3a8646
parentdd2ef610b9d1f7be02fc7d620129f3ea8b4a5376
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
src/gdcmDocument.cxx
src/gdcmSeqEntry.cxx
src/gdcmSeqEntry.h
src/gdcmValEntry.h