[ObjectHandler-cvs] ObjectHandler/oh logger.cpp,1.7,1.8
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-05-31 09:44:18
|
Update of /cvsroot/objecthandler/ObjectHandler/oh In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22377/oh Modified Files: logger.cpp Log Message: fix spelling of "log4cxx/auto_link.hpp" to correspond with that of file in repository Index: logger.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/oh/logger.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** logger.cpp 31 May 2006 09:10:20 -0000 1.7 --- logger.cpp 31 May 2006 09:44:14 -0000 1.8 *************** *** 28,32 **** #ifdef BOOST_MSVC # define BOOST_LIB_DIAGNOSTIC ! # include <log4cxx/autolink.hpp> # undef BOOST_LIB_DIAGNOSTIC #endif --- 28,32 ---- #ifdef BOOST_MSVC # define BOOST_LIB_DIAGNOSTIC ! # include <log4cxx/auto_link.hpp> # undef BOOST_LIB_DIAGNOSTIC #endif |