Update of /cvsroot/objecthandler/ObjectHandler/oh
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7376/oh
Modified Files:
logger.cpp
Log Message:
fix spelling of "log4cxx/autolink.hpp" to correspond with that of file in repository
Index: logger.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/logger.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** logger.cpp 30 May 2006 10:03:04 -0000 1.6
--- logger.cpp 31 May 2006 09:10:20 -0000 1.7
***************
*** 28,32 ****
#ifdef BOOST_MSVC
# define BOOST_LIB_DIAGNOSTIC
! # include <log4cxx/auto_link.hpp>
# undef BOOST_LIB_DIAGNOSTIC
#endif
--- 28,32 ----
#ifdef BOOST_MSVC
# define BOOST_LIB_DIAGNOSTIC
! # include <log4cxx/autolink.hpp>
# undef BOOST_LIB_DIAGNOSTIC
#endif
|