|
From: Ralph T. <ra...@us...> - 2005-04-22 23:47:44
|
Update of /cvsroot/adobe-source/sandbox/visual_refactor/adobe/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25463/visual_refactor/adobe/source Modified Files: xstr.cpp Log Message: Removed unused member variable from eve_client_holder (in client_assembler.cpp). Make xstr compile on MSVC2003 by including cctype. Index: xstr.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/visual_refactor/adobe/source/xstr.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xstr.cpp 22 Apr 2005 23:02:31 -0000 1.4 --- xstr.cpp 22 Apr 2005 23:47:34 -0000 1.5 *************** *** 21,24 **** --- 21,25 ---- #include <sstream> #include <map> + #include <cctype> #if !defined(NDEBUG) && defined(ADOBE_SERIALIZATION) |