moved header to top
added newline at end of file (needed for some compilers to work)
updated coding style to support SUN 4.x compiler
added comparator to set
comparator added to map
dereferencing fix for SUN4
<typeinfo> not available if CPPUNIT_USE_TYPEINFO_NAME not defined
map needs comparator, make_pair to pair, and map dereference fix (SUN4)
const_iterator to iterator and make_pair to pair for sun4 portability
missing semicolon when CPPUNIT_USE_TYPEINFO_NAME not used