Changeset 7727 for source/ariba/utility/system/StartupWrapper.cpp
- Timestamp:
- Mar 9, 2010, 1:23:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/StartupWrapper.cpp
r5993 r7727 39 39 #include "StartupWrapper.h" 40 40 #include "ariba/config.h" 41 42 #ifdef HAVE_LOG4CXX_LOGGER_H 43 #include <log4cxx/logger.h> 44 #include <log4cxx/basicconfigurator.h> 45 #endif // HAVE_LOG4CXX_LOGGER_H 41 46 42 47 namespace ariba { … … 93 98 // configure the logging 94 99 // 95 100 101 #ifdef HAVE_LOG4CXX_LOGGER_H 96 102 log4cxx::BasicConfigurator::configure(); 97 103 … … 109 115 } 110 116 #endif //HAVE_MAEMO 117 #endif //HAVE_LOG4CXX_LOGGER_H 111 118 } 112 119
Note:
See TracChangeset
for help on using the changeset viewer.