Update of /cvsroot/objecthandler/ObjectHandler/oh
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4676/oh
Modified Files:
logger.cpp objecthandlerbase.cpp objhandler.hpp
Log Message:
removing autolink.hpp
Index: objecthandlerbase.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/objecthandlerbase.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** objecthandlerbase.cpp 19 May 2006 15:12:41 -0000 1.1
--- objecthandlerbase.cpp 25 May 2006 10:45:35 -0000 1.2
***************
*** 20,23 ****
--- 20,24 ----
#include <oh/config.hpp>
#endif
+
#include <oh/objecthandlerbase.hpp>
#include <oh/exception.hpp>
Index: objhandler.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/objhandler.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** objhandler.hpp 19 May 2006 15:12:41 -0000 1.1
--- objhandler.hpp 25 May 2006 10:45:35 -0000 1.2
***************
*** 21,31 ****
#include <oh/objhandlerdefines.hpp>
- /* Use BOOST_MSVC instead of _MSC_VER since some other vendors
- (Metrowerks, for example) also #define _MSC_VER
- */
- #if defined BOOST_MSVC // Microsoft Visual C++
- # include <oh/autolink.hpp>
- #endif
-
#include <oh/utilities.hpp>
#include <oh/exception.hpp>
--- 21,24 ----
Index: logger.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/logger.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** logger.cpp 19 May 2006 15:12:41 -0000 1.1
--- logger.cpp 25 May 2006 10:45:35 -0000 1.2
***************
*** 22,29 ****
#include <oh/objhandlerdefines.hpp>
#include <log4cxx/helpers/exception.h>
- // autolink log4cxx
- #if defined BOOST_MSVC // Microsoft Visual C++
- #include <log4cxx/autolink.hpp>
- #endif
#include <oh/exception.hpp>
#include <ostream>
--- 22,25 ----
|