From: Allen B. <al...@us...> - 2002-02-19 23:56:37
|
allenb 2002/02/19 15:56:36 PST Modified files: gamekernel/xmlpp xmlcommon.h xmlparser.cpp xmlpp.cpp xmlpp.h Log: Refactor: Comments, code cleanup, some member names General code cleanup. Mostly comments and some coding convention things ( {}'s on ifs, don't do more then one thing on a line, etc). Some member variable renaming to try to fix up some readability and code clarity issues. Some const-correctness. Revision Changes Path 1.2 +13 -17 lib/gamekernel/xmlpp/xmlcommon.h 1.4 +12 -7 lib/gamekernel/xmlpp/xmlparser.cpp 1.5 +23 -18 lib/gamekernel/xmlpp/xmlpp.cpp 1.8 +112 -82 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlcommon.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlparser.cpp.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.cpp.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.7&r2=1.8&diff_format=h |